Skip to content

Commit bcd4b91

Browse files
committed
FullscreenUI: Fix black screen on renderer change
1 parent c82c007 commit bcd4b91

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/core/fullscreen_ui.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -737,6 +737,8 @@ bool FullscreenUI::Initialize()
737737

738738
if (open_main_window)
739739
ReturnToMainWindow();
740+
else
741+
UpdateRunIdleState();
740742

741743
ForceKeyNavEnabled();
742744
return true;

0 commit comments

Comments
 (0)