circular17 пре 3 година
родитељ
комит
3eaa8bfff8
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      lazpaint/dialog/filter/umotionblur.pas

+ 1 - 0
lazpaint/dialog/filter/umotionblur.pas

@@ -245,6 +245,7 @@ end;
 procedure TFMotionBlur.PaintBox1MouseMove(Sender: TObject; Shift: TShiftState;
   X, Y: Integer);
 begin
+  if not (ssLeft in Shift) then selectingAngle:= false;
   PaintBoxMouseMovePos := Point(X,Y);
   if InPaintBoxMouseMove then Exit;
   InPaintBoxMouseMove := True;