mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
Qt: Un-maximize GBA widget before resizing it
This commit is contained in:
parent
24f052a9d3
commit
d36282ae61
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue