mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-16 23:08:05 +08:00
Fix transform cage rotation abort causing broken state upon next transformation (#2149)
Fix abort functionality on Right Click when performing transformations using select tool
This commit is contained in:
@@ -1064,9 +1064,9 @@ impl Fsm for SelectToolFsmState {
|
||||
}
|
||||
});
|
||||
|
||||
responses.add(OverlaysMessage::Draw);
|
||||
|
||||
responses.add(DocumentMessage::AbortTransaction);
|
||||
tool_data.snap_manager.cleanup(responses);
|
||||
responses.add(OverlaysMessage::Draw);
|
||||
|
||||
let selection = tool_data.nested_selection_behavior;
|
||||
SelectToolFsmState::Ready { selection }
|
||||
|
||||
Reference in New Issue
Block a user