You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Added search box in Class List dialog (Script Editor)
This commit is contained in:
@@ -971,7 +971,7 @@ void ScriptEditor::_menu_option(int p_option) {
|
||||
}
|
||||
}
|
||||
|
||||
help_index->popup_centered_ratio(0.6);
|
||||
help_index->popup();
|
||||
|
||||
if (current!="") {
|
||||
help_index->call_deferred("select_class",current);
|
||||
|
||||
Reference in New Issue
Block a user