You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
doc: Sync classref with current source
This commit is contained in:
@@ -352,7 +352,7 @@ void EditorSettingsDialog::_tabs_tab_changed(int p_tab) {
|
||||
void EditorSettingsDialog::_focus_current_search_box() {
|
||||
|
||||
Control *tab = tabs->get_current_tab_control();
|
||||
LineEdit* current_search_box;
|
||||
LineEdit *current_search_box;
|
||||
if (tab == tab_general)
|
||||
current_search_box = search_box;
|
||||
else if (tab == tab_shortcuts)
|
||||
|
||||
Reference in New Issue
Block a user