diff options
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/DolphinQt2/MainWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DolphinQt2/MainWindow.cpp b/Source/Core/DolphinQt2/MainWindow.cpp index 767e214e34..4f1350ab22 100644 --- a/Source/Core/DolphinQt2/MainWindow.cpp +++ b/Source/Core/DolphinQt2/MainWindow.cpp @@ -470,8 +470,8 @@ void MainWindow::ShowRenderWidget() } else { - m_render_widget->resize(640, 480); m_render_widget->showNormal(); + m_render_widget->resize(640, 480); } } } |
