瀏覽代碼

#578 increase maximum shape count

Juliette ELSASS 1 年之前
父節點
當前提交
6f71cffc1e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lazpaintcontrols/lcvectororiginal.pas

+ 1 - 1
lazpaintcontrols/lcvectororiginal.pas

@@ -15,7 +15,7 @@ const
   InfiniteRect : TRect = (Left: -MaxLongInt; Top: -MaxLongInt; Right: MaxLongInt; Bottom: MaxLongInt);
   InfiniteRect : TRect = (Left: -MaxLongInt; Top: -MaxLongInt; Right: MaxLongInt; Bottom: MaxLongInt);
   EmptyTextureId = 0;
   EmptyTextureId = 0;
   DefaultShapeOutlineWidth = 2;
   DefaultShapeOutlineWidth = 2;
-  MediumShapeCost = 100;
+  MediumShapeCost = 1000;
 
 
   //not translated because unexpected internal errors are not useful for users
   //not translated because unexpected internal errors are not useful for users
   errDuplicateVectorClass = 'Duplicate class name "%1" for vector shape';
   errDuplicateVectorClass = 'Duplicate class name "%1" for vector shape';