Skip to content

Commit

Permalink
Merge pull request #83501 from AThousandShips/tabs_shortcut
Browse files Browse the repository at this point in the history
Fix shortcut input for `EditorSceneTabs`
  • Loading branch information
akien-mga committed Oct 17, 2023
2 parents ab8fad1 + a1e47c3 commit 30f2a6d
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 30f2a6d

Please sign in to comment.