diff options
| author | Rémi Verschelde | 2016-03-06 09:46:25 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2016-03-06 09:46:25 +0100 |
| commit | 61e63b635c5bbd733859a10ce2cf81201286077d (patch) | |
| tree | 084d1894046edd18e4afc2c956cf61e1ef617b05 /tools/editor/plugins/script_editor_plugin.cpp | |
| parent | 754d24612f61b5301fd5e8664d4ebc00bed3b061 (diff) | |
| parent | cc6a6ef08cff08348c2038312d040f032d58ee50 (diff) | |
| download | godot-61e63b635c5bbd733859a10ce2cf81201286077d.tar.gz godot-61e63b635c5bbd733859a10ce2cf81201286077d.tar.zst godot-61e63b635c5bbd733859a10ce2cf81201286077d.zip | |
Merge pull request #3927 from TheHX/issue-3645
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); |
