mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-01-01 06:10:07 +01:00
Qt: go out of fullsceen if exit game pop up is triggered
This commit is contained in:
parent
258df80bf6
commit
bb0609372d
|
|
@ -493,6 +493,11 @@ bool gs_frame::event(QEvent* ev)
|
|||
{
|
||||
if (m_gui_settings->GetValue(gui::ib_confirm_exit).toBool())
|
||||
{
|
||||
if (visibility() == FullScreen)
|
||||
{
|
||||
toggle_fullscreen();
|
||||
}
|
||||
|
||||
int result;
|
||||
|
||||
Emu.CallAfter([this, &result]()
|
||||
|
|
|
|||
Loading…
Reference in a new issue