fixing crop and resize bug
This commit is contained in:
@@ -372,7 +372,8 @@ class AreaSelectionHandler:
|
|||||||
|
|
||||||
# Handle polygon mode - complete polygon on double-click
|
# Handle polygon mode - complete polygon on double-click
|
||||||
# (Polygon completion happens on double-click, not on mouse release)
|
# (Polygon completion happens on double-click, not on mouse release)
|
||||||
return True
|
if self._selectionType == "polygon":
|
||||||
|
return True
|
||||||
|
|
||||||
# Handle rectangle/circle mode
|
# Handle rectangle/circle mode
|
||||||
if self._selectionStartX is None:
|
if self._selectionStartX is None:
|
||||||
|
|||||||
Reference in New Issue
Block a user