You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Merge pull request #44569 from madmiraal/rename-unselect-deselect
Rename unselect to deselect
This commit is contained in:
@@ -119,7 +119,7 @@ EditorLayoutsDialog::EditorLayoutsDialog() {
|
||||
name->set_anchor_and_offset(SIDE_LEFT, Control::ANCHOR_BEGIN, 5);
|
||||
name->set_anchor_and_offset(SIDE_RIGHT, Control::ANCHOR_END, -5);
|
||||
name->connect("gui_input", callable_mp(this, &EditorLayoutsDialog::_line_gui_input));
|
||||
name->connect("focus_entered", callable_mp(layout_names, &ItemList::unselect_all));
|
||||
name->connect("focus_entered", callable_mp(layout_names, &ItemList::deselect_all));
|
||||
}
|
||||
|
||||
void EditorLayoutsDialog::set_name_line_enabled(bool p_enabled) {
|
||||
|
||||
Reference in New Issue
Block a user