mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-05-05 16:45:42 -04:00
FullscreenUI: Prevent quick menu opening over other windows
This commit is contained in:
parent
521ade025c
commit
767343ca22
@ -253,7 +253,7 @@ void SystemPaused(bool paused)
|
||||
|
||||
void OpenQuickMenu()
|
||||
{
|
||||
if (!System::IsValid())
|
||||
if (!System::IsValid() || s_current_main_window != MainWindowType::None)
|
||||
return;
|
||||
|
||||
s_was_paused_on_quick_menu_open = System::IsPaused();
|
||||
|
Loading…
x
Reference in New Issue
Block a user