diff --git a/Source/Core/DolphinQt/GBAWidget.cpp b/Source/Core/DolphinQt/GBAWidget.cpp index 5112b88397..1fc16d091f 100644 --- a/Source/Core/DolphinQt/GBAWidget.cpp +++ b/Source/Core/DolphinQt/GBAWidget.cpp @@ -229,6 +229,7 @@ void GBAWidget::DoState(bool export_state) void GBAWidget::Resize(int scale) { + showNormal(); resize(m_core_info.width * scale, m_core_info.height * scale); }