Merge pull request #82283 from YeldhamDev/focus_that_search_bar!
Make the search bars in the "Project Settings" dialog grab focus when they appear
This commit is contained in:
@ -888,7 +888,7 @@ EditorBuildProfileManager::EditorBuildProfileManager() {
|
||||
export_profile->set_access(EditorFileDialog::ACCESS_FILESYSTEM);
|
||||
|
||||
force_detect_classes = memnew(LineEdit);
|
||||
main_vbc->add_margin_child(TTR("Forced classes on detect:"), force_detect_classes);
|
||||
main_vbc->add_margin_child(TTR("Forced Classes on Detect:"), force_detect_classes);
|
||||
force_detect_classes->connect("text_changed", callable_mp(this, &EditorBuildProfileManager::_force_detect_classes_changed));
|
||||
|
||||
set_title(TTR("Edit Build Configuration Profile"));
|
||||
|
||||
Reference in New Issue
Block a user