1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00

Added search box in Class List dialog (Script Editor)

(cherry picked from commit cc6a6ef08c)
This commit is contained in:
Franklin Sobrinho
2016-03-05 07:51:09 -03:00
committed by Rémi Verschelde
parent 450a7a9120
commit a1a1c0b9f6
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);