diff options
| author | Franklin Sobrinho | 2016-03-05 07:51:09 -0300 |
|---|---|---|
| committer | Rémi Verschelde | 2016-03-06 09:48:06 +0100 |
| commit | a1a1c0b9f64812ecafe8514330b16f825c14173c (patch) | |
| tree | e5268a82f28c5a651ee909d4610d0afc901142c6 /tools/editor/plugins/script_editor_plugin.cpp | |
| parent | 450a7a9120b230cd7bf149a02c8e79638c3b43d0 (diff) | |
| download | godot-a1a1c0b9f64812ecafe8514330b16f825c14173c.tar.gz godot-a1a1c0b9f64812ecafe8514330b16f825c14173c.tar.zst godot-a1a1c0b9f64812ecafe8514330b16f825c14173c.zip | |
Added search box in Class List dialog (Script Editor)
(cherry picked from commit cc6a6ef08cff08348c2038312d040f032d58ee50)
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); |
