Remove history step creation from Select tool box selection
This commit is contained in:
parent
839040c6a3
commit
56f20f2e6d
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue