diff options
author | Guilherme Felipe <guilhermefelipecgs@gmail.com> | 2018-06-01 21:28:49 -0300 |
---|---|---|
committer | Guilherme Felipe <guilhermefelipecgs@gmail.com> | 2018-06-06 13:16:52 -0300 |
commit | 7a3882723cf12f8d547e3eb18ed3b375c43fcd03 (patch) | |
tree | 582cf2e1687015de782c4c0f8aead3fda4586956 /editor/plugins/script_editor_plugin.h | |
parent | 07d4cd7f6d833332b1bc3d2025d222778624ce17 (diff) |
Fix #16069, #19292, #19267 and #18940
Diffstat (limited to 'editor/plugins/script_editor_plugin.h')
-rw-r--r-- | editor/plugins/script_editor_plugin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/plugins/script_editor_plugin.h b/editor/plugins/script_editor_plugin.h index 3707f39d11..769612bdb6 100644 --- a/editor/plugins/script_editor_plugin.h +++ b/editor/plugins/script_editor_plugin.h @@ -199,8 +199,8 @@ class ScriptEditor : public PanelContainer { ItemList *script_list; HSplitContainer *script_split; ItemList *members_overview; - VBoxContainer *members_overview_vbox; - HBoxContainer *members_overview_buttons_hbox; + VBoxContainer *overview_vbox; + HBoxContainer *buttons_hbox; Label *filename; ToolButton *members_overview_alphabeta_sort_button; bool members_overview_enabled; |