circular17 3 éve
szülő
commit
3eaa8bfff8
1 módosított fájl, 1 hozzáadás és 0 törlés
  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;