You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Merge pull request #101179 from Flynsarmy/one_less_click
Fix opacity when deleting or renaming a node in AnimationNodeStateMachine
This commit is contained in:
@@ -1587,6 +1587,8 @@ void AnimationNodeStateMachineEditor::_name_edited(const String &p_text) {
|
|||||||
name_edit_popup->hide();
|
name_edit_popup->hide();
|
||||||
updating = false;
|
updating = false;
|
||||||
|
|
||||||
|
selected_nodes.clear();
|
||||||
|
connected_nodes.clear();
|
||||||
state_machine_draw->queue_redraw();
|
state_machine_draw->queue_redraw();
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1646,6 +1648,7 @@ void AnimationNodeStateMachineEditor::_erase_selected(const bool p_nested_action
|
|||||||
updating = false;
|
updating = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
connected_nodes.clear();
|
||||||
selected_nodes.clear();
|
selected_nodes.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user