Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #9934 from Pokechu22/gba-unmaximize
Qt: Un-maximize GBA widget before resizing it
  • Loading branch information
leoetlino committed Jul 31, 2021
2 parents 24f052a + d36282a commit 35baf8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Core/DolphinQt/GBAWidget.cpp
Expand Up @@ -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);
}

Expand Down

0 comments on commit 35baf8d

Please sign in to comment.