aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins/script_editor_plugin.h
diff options
context:
space:
mode:
authorvolzhs2018-06-06 06:18:11 +0900
committervolzhs2018-06-06 06:18:11 +0900
commit69ac6a1f3d6c670155368e34fe39a30ba75ed25d (patch)
tree8106170090f2aaae86237b4e0f501b7871bc43ed /editor/plugins/script_editor_plugin.h
parent255d6470eec957b2d5010bd494f357aff1f7e8c6 (diff)
downloadgodot-69ac6a1f3d6c670155368e34fe39a30ba75ed25d.tar.gz
godot-69ac6a1f3d6c670155368e34fe39a30ba75ed25d.tar.zst
godot-69ac6a1f3d6c670155368e34fe39a30ba75ed25d.zip
Show opened script or help name
Diffstat (limited to '')
-rw-r--r--editor/plugins/script_editor_plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/script_editor_plugin.h b/editor/plugins/script_editor_plugin.h
index a2ff47cd9..3707f39d1 100644
--- a/editor/plugins/script_editor_plugin.h
+++ b/editor/plugins/script_editor_plugin.h
@@ -201,6 +201,7 @@ class ScriptEditor : public PanelContainer {
ItemList *members_overview;
VBoxContainer *members_overview_vbox;
HBoxContainer *members_overview_buttons_hbox;
+ Label *filename;
ToolButton *members_overview_alphabeta_sort_button;
bool members_overview_enabled;
ItemList *help_overview;