diff options
| author | Franklin Sobrinho | 2016-03-05 07:51:09 -0300 |
|---|---|---|
| committer | Franklin Sobrinho | 2016-03-05 07:59:04 -0300 |
| commit | cc6a6ef08cff08348c2038312d040f032d58ee50 (patch) | |
| tree | 15eeaf1f77513e9fb6399a05c24f9e2200ce0213 /tools/editor/plugins/script_editor_plugin.cpp | |
| parent | 5a9b18b665b250b54c0d8eb80354dc08e363377c (diff) | |
| download | godot-cc6a6ef08cff08348c2038312d040f032d58ee50.tar.gz godot-cc6a6ef08cff08348c2038312d040f032d58ee50.tar.zst godot-cc6a6ef08cff08348c2038312d040f032d58ee50.zip | |
Added search box in Class List dialog (Script Editor)
Diffstat (limited to 'tools/editor/plugins/script_editor_plugin.cpp')
| -rw-r--r-- | tools/editor/plugins/script_editor_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/plugins/script_editor_plugin.cpp b/tools/editor/plugins/script_editor_plugin.cpp index 474bafee6..e3dce0b36 100644 --- a/tools/editor/plugins/script_editor_plugin.cpp +++ b/tools/editor/plugins/script_editor_plugin.cpp @@ -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); |
