You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
Fix new Node dialog Create button behavior
Added a one-liner to update the Create button disabled state when selecting an item from the search results list. Fixes #17265, long live the Realm!
This commit is contained in:
@@ -476,6 +476,8 @@ void CreateDialog::_item_selected() {
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
help_bit->set_text(EditorHelp::get_doc_data()->class_list[name].brief_description);
|
help_bit->set_text(EditorHelp::get_doc_data()->class_list[name].brief_description);
|
||||||
|
|
||||||
|
get_ok()->set_disabled(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
void CreateDialog::_favorite_toggled() {
|
void CreateDialog::_favorite_toggled() {
|
||||||
|
|||||||
Reference in New Issue
Block a user