Tabbed SpaceViews don't activate when selected from the Blueprint Tree UI and an egui_tile warning is printed instead #2814
Labels
😤 annoying
Something in the UI / SDK is annoying to use
🪳 bug
Something isn't working
ui
concerns graphical user interface
Milestone
Describe the bug
When selecting a SpaceView in the Blueprint Tree UI which corresponds to a tab that is hidden, it is expected that the corresponding tab is brought to front. It currently doesn't. This might be due to
egui_tiles
'make_active()
, which emits warning such as:This happens in
viewport_blueprint_ui.rs
'sfocus_tab()
function.The text was updated successfully, but these errors were encountered: