Qt: Fix BP start/stop menu item after first activation
This commit is contained in:
parent
234e1f721f
commit
348e33562e
|
@ -766,6 +766,7 @@ void EmuThread::stopFullscreenUI()
|
||||||
if (m_is_fullscreen_ui_started)
|
if (m_is_fullscreen_ui_started)
|
||||||
{
|
{
|
||||||
GPUThread::StopFullscreenUI();
|
GPUThread::StopFullscreenUI();
|
||||||
|
m_is_fullscreen_ui_started = false;
|
||||||
emit fullscreenUIStartedOrStopped(false);
|
emit fullscreenUIStartedOrStopped(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue