fixing crop and resize bug

This commit is contained in:
vb
2025-11-07 13:37:30 +01:00
parent 0a83e847ca
commit eaa6b6f4d7

View File

@@ -372,7 +372,8 @@ class AreaSelectionHandler:
# Handle polygon mode - complete polygon on double-click
# (Polygon completion happens on double-click, not on mouse release)
return True
if self._selectionType == "polygon":
return True
# Handle rectangle/circle mode
if self._selectionStartX is None: