murder icon indicating copy to clipboard operation
murder copied to clipboard

Ctl+Tab/Cmd+Tab should switch bettween opened tabs on editor

Open saint11 opened this issue 9 months ago • 2 comments

The problem most likely lies in EditorScene.cs, there's something about ImGui that we are misunderstanding that's causing a weird behaviour when trying to cycle through tabs.

Basically we need it to cycle only the _selectedTab to the windows opened on _selectedAssets.

saint11 avatar May 11 '24 20:05 saint11