Skip to content
Permalink
Browse files
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.
@@ -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);
}

0 comments on commit 35baf8d

Please sign in to comment.