aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins/script_editor_plugin.h
diff options
context:
space:
mode:
authorRémi Verschelde2018-06-06 09:22:22 +0200
committerGitHub2018-06-06 09:22:22 +0200
commit07d4cd7f6d833332b1bc3d2025d222778624ce17 (patch)
treec9eee6a81b6acd62dd3488dfac084f6beff5aa85 /editor/plugins/script_editor_plugin.h
parentdd5398ce9dc49d1562faab5504f3923883d461a0 (diff)
parent69ac6a1f3d6c670155368e34fe39a30ba75ed25d (diff)
downloadgodot-07d4cd7f6d833332b1bc3d2025d222778624ce17.tar.gz
godot-07d4cd7f6d833332b1bc3d2025d222778624ce17.tar.zst
godot-07d4cd7f6d833332b1bc3d2025d222778624ce17.zip
Merge pull request #19388 from volzhs/show-filename
Show opened script or help name
Diffstat (limited to 'editor/plugins/script_editor_plugin.h')
-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;