[Scene] Add SceneStringNames::text/value_changed

This commit is contained in:
A Thousand Ships 2024-05-14 11:42:00 +02:00
parent ca18a06ecb
commit fbb879debd
No known key found for this signature in database
GPG key ID: 2033189A662F8BD7
90 changed files with 238 additions and 232 deletions

View file

@ -775,7 +775,7 @@ EditorSettingsDialog::EditorSettingsDialog() {
shortcut_search_box->set_placeholder(TTR("Filter by Name"));
shortcut_search_box->set_h_size_flags(Control::SIZE_EXPAND_FILL);
top_hbox->add_child(shortcut_search_box);
shortcut_search_box->connect("text_changed", callable_mp(this, &EditorSettingsDialog::_filter_shortcuts));
shortcut_search_box->connect(SceneStringName(text_changed), callable_mp(this, &EditorSettingsDialog::_filter_shortcuts));
shortcut_search_by_event = memnew(EventListenerLineEdit);
shortcut_search_by_event->set_h_size_flags(Control::SIZE_EXPAND_FILL);