mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 14:46:49 +01:00
Merge pull request #5793 from spycrab/qt_fullscreen_fix
Qt: Fix missing window border after exiting fullscreen under Windows
This commit is contained in:
commit
39e17ccc41
@ -470,8 +470,8 @@ void MainWindow::ShowRenderWidget()
|
||||
}
|
||||
else
|
||||
{
|
||||
m_render_widget->resize(640, 480);
|
||||
m_render_widget->showNormal();
|
||||
m_render_widget->resize(640, 480);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user