Browse Source

exit shape edit on click outside

Johann 6 years ago
parent
commit
1b21db3670
1 changed files with 2 additions and 1 deletions
  1. 2 1
      lazpaint/tools/utoolvectorial.pas

+ 2 - 1
lazpaint/tools/utoolvectorial.pas

@@ -250,7 +250,8 @@ begin
         begin
           result := OnlyRenderChange;
           UpdateOriginalMatrixFromRect;
-        end;
+        end else
+          StopEdit;
       end;
     end;
   end;