mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-16 00:43:14 -03:00
Qt: Un-maximize GBA widget before resizing it
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user