|
@@ -341,6 +341,8 @@ void EditorSceneTabs::_bind_methods() {
|
|
EditorSceneTabs::EditorSceneTabs() {
|
|
EditorSceneTabs::EditorSceneTabs() {
|
|
singleton = this;
|
|
singleton = this;
|
|
|
|
|
|
|
|
+ set_process_shortcut_input(true);
|
|
|
|
+
|
|
tabbar_panel = memnew(PanelContainer);
|
|
tabbar_panel = memnew(PanelContainer);
|
|
add_child(tabbar_panel);
|
|
add_child(tabbar_panel);
|
|
tabbar_container = memnew(HBoxContainer);
|
|
tabbar_container = memnew(HBoxContainer);
|