Pārlūkot izejas kodu

fix multiselect on MacOS

Johann ELSASS 5 gadi atpakaļ
vecāks
revīzija
e66ab1b989
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      lazpaint/tools/utoolvectorial.pas

+ 1 - 1
lazpaint/tools/utoolvectorial.pas

@@ -1348,7 +1348,7 @@ begin
           zoom := (VectLen(m[1,1],m[2,1])+VectLen(m[1,2],m[2,2]))/2/Manager.Image.ZoomFactor;
           zoom := (VectLen(m[1,1],m[2,1])+VectLen(m[1,2],m[2,2]))/2/Manager.Image.ZoomFactor;
           BindOriginalEvent(true);
           BindOriginalEvent(true);
           try
           try
-            if GetVectorOriginal.MouseClick(m*FLastPos, DoScaleX(PointSize, OriginalDPI)*zoom, ssCtrl in ShiftState) then
+            if GetVectorOriginal.MouseClick(m*FLastPos, DoScaleX(PointSize, OriginalDPI)*zoom, ssSnap in ShiftState) then
             begin
             begin
               handled := true;
               handled := true;
               result := OnlyRenderChange;
               result := OnlyRenderChange;