diff --git a/src/editor/search/search_dialog.cpp b/src/editor/search/search_dialog.cpp index a3134a78..3e6c257f 100644 --- a/src/editor/search/search_dialog.cpp +++ b/src/editor/search/search_dialog.cpp @@ -173,7 +173,7 @@ void OrchestratorEditorSearchDialog::_notification(int p_what) _help_bit = memnew(OrchestratorEditorSearchHelpBit); SceneUtils::add_margin_child(vbox, "Description:", _help_bit); - // register_text_enter(_search_box); + register_text_enter(_search_box); set_hide_on_ok(false); connect("confirmed", callable_mp(this, &OrchestratorEditorSearchDialog::_on_confirmed)); diff --git a/src/editor/select_type_dialog.cpp b/src/editor/select_type_dialog.cpp index a1945a64..4fec84f7 100644 --- a/src/editor/select_type_dialog.cpp +++ b/src/editor/select_type_dialog.cpp @@ -449,7 +449,5 @@ void OrchestratorSelectTypeSearchDialog::popup_create(bool p_dont_clear, bool p_ set_title(_title); set_ok_button_text("Change"); - register_text_enter(_search_box); - OrchestratorEditorSearchDialog::popup_create(p_dont_clear, p_replace_mode, p_current_type, p_current_name); }