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:
parent
3be7505faf
commit
bc47d06139
|
|
@ -1064,9 +1064,9 @@ impl Fsm for SelectToolFsmState {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
responses.add(OverlaysMessage::Draw);
|
responses.add(DocumentMessage::AbortTransaction);
|
||||||
|
|
||||||
tool_data.snap_manager.cleanup(responses);
|
tool_data.snap_manager.cleanup(responses);
|
||||||
|
responses.add(OverlaysMessage::Draw);
|
||||||
|
|
||||||
let selection = tool_data.nested_selection_behavior;
|
let selection = tool_data.nested_selection_behavior;
|
||||||
SelectToolFsmState::Ready { selection }
|
SelectToolFsmState::Ready { selection }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue