mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-17 23:38:06 +08:00
Remove history step creation from Select tool box selection
This commit is contained in:
@@ -604,8 +604,6 @@ impl Fsm for SelectToolFsmState {
|
||||
|
||||
Dragging
|
||||
} else {
|
||||
responses.add(DocumentMessage::StartTransaction);
|
||||
|
||||
if !input.keyboard.get(add_to_selection as usize) && tool_data.nested_selection_behavior == NestedSelectionBehavior::Deepest {
|
||||
responses.add(DocumentMessage::DeselectAllLayers);
|
||||
tool_data.layers_dragging.clear();
|
||||
|
||||
Reference in New Issue
Block a user