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,6 +372,7 @@ class AreaSelectionHandler:
# Handle polygon mode - complete polygon on double-click
# (Polygon completion happens on double-click, not on mouse release)
if self._selectionType == "polygon":
return True
# Handle rectangle/circle mode