File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
editor/src/messages/tool/tool_messages Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1402,6 +1402,7 @@ impl Fsm for SelectToolFsmState {
1402
1402
responses. add ( DocumentMessage :: AbortTransaction ) ;
1403
1403
tool_data. snap_manager . cleanup ( responses) ;
1404
1404
tool_data. axis_align = false ;
1405
+ tool_data. lasso_polygon . clear ( ) ;
1405
1406
responses. add ( OverlaysMessage :: Draw ) ;
1406
1407
1407
1408
let selection = tool_data. nested_selection_behavior ;
@@ -1422,6 +1423,7 @@ impl Fsm for SelectToolFsmState {
1422
1423
1423
1424
responses. add ( DocumentMessage :: AbortTransaction ) ;
1424
1425
tool_data. snap_manager . cleanup ( responses) ;
1426
+ tool_data. lasso_polygon . clear ( ) ;
1425
1427
responses. add ( OverlaysMessage :: Draw ) ;
1426
1428
1427
1429
let selection = tool_data. nested_selection_behavior ;
You can’t perform that action at this time.
0 commit comments