Browse Source

Merge pull request #17266 from ivodopiviz/subnode-fix

Fix new Node dialog Create button behavior
Rémi Verschelde 7 năm trước cách đây
mục cha
commit
d345712547
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      editor/create_dialog.cpp

+ 2 - 0
editor/create_dialog.cpp

@@ -476,6 +476,8 @@ void CreateDialog::_item_selected() {
 		return;
 
 	help_bit->set_text(EditorHelp::get_doc_data()->class_list[name].brief_description);
+
+	get_ok()->set_disabled(false);
 }
 
 void CreateDialog::_favorite_toggled() {