mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-07-07 15:55:00 +00:00
Minor fix for Select Tool dbl click -> Path Tool
This commit is contained in:
parent
350179e8b1
commit
e731c2f056
1 changed files with 1 additions and 1 deletions
|
@ -1708,7 +1708,7 @@ fn edit_layer_deepest_manipulation(layer: LayerNodeIdentifier, network_interface
|
|||
if is_layer_fed_by_node_of_name(layer, network_interface, "Text") {
|
||||
responses.add_front(ToolMessage::ActivateTool { tool_type: ToolType::Text });
|
||||
responses.add(TextToolMessage::EditSelected);
|
||||
} else if is_layer_fed_by_node_of_name(layer, network_interface, "Path") {
|
||||
} else {
|
||||
// abort current tool
|
||||
responses.add(DocumentMessage::AbortTransaction);
|
||||
responses.add_front(ToolMessage::ActivateToolPath);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue