Skip to content

Commit

Permalink
Fix shortcut input for EditorSceneTabs
Browse files Browse the repository at this point in the history
  • Loading branch information
AThousandShips committed Oct 17, 2023
1 parent fd33c7b commit a1e47c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions editor/gui/editor_scene_tabs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,8 @@ void EditorSceneTabs::_bind_methods() {
EditorSceneTabs::EditorSceneTabs() {
singleton = this;

set_process_shortcut_input(true);

tabbar_panel = memnew(PanelContainer);
add_child(tabbar_panel);
tabbar_container = memnew(HBoxContainer);
Expand Down

0 comments on commit a1e47c3

Please sign in to comment.