aboutsummaryrefslogtreecommitdiff
path: root/editor/editor_node.h
diff options
context:
space:
mode:
authorIan2017-11-16 17:57:57 -0500
committerIan2017-11-18 20:31:51 -0500
commitf8e8b7d1a231bb5e54abd3c7ed26a76fcb8a89cd (patch)
tree894bf48c8e32dbeedf61d3140717f458d6fa8348 /editor/editor_node.h
parent63283eca5542314ea5b71afa1fe39bd48c202a4d (diff)
downloadgodot-f8e8b7d1a231bb5e54abd3c7ed26a76fcb8a89cd.tar.gz
godot-f8e8b7d1a231bb5e54abd3c7ed26a76fcb8a89cd.tar.zst
godot-f8e8b7d1a231bb5e54abd3c7ed26a76fcb8a89cd.zip
Diffstat (limited to 'editor/editor_node.h')
-rw-r--r--editor/editor_node.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/editor/editor_node.h b/editor/editor_node.h
index 54cb41483..a2b4a0a04 100644
--- a/editor/editor_node.h
+++ b/editor/editor_node.h
@@ -344,7 +344,10 @@ private:
int dock_popup_selected;
Timer *dock_drag_timer;
bool docks_visible;
+
+ HBoxContainer *tabbar_container;
ToolButton *distraction_free;
+ ToolButton *scene_tab_add;
bool scene_distraction;
bool script_distraction;