1
0
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:
Franklin Sobrinho
2016-03-05 07:51:09 -03:00
parent 5a9b18b665
commit cc6a6ef08c
3 changed files with 94 additions and 12 deletions

View File

@@ -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);