Explorar el Código

exit shape edit on click outside

Johann hace 6 años
padre
commit
1b21db3670
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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;