Skip to content

Commit

Permalink
Qt: Un-maximize GBA widget before resizing it
Browse files Browse the repository at this point in the history
  • Loading branch information
Pokechu22 committed Jul 21, 2021
1 parent d1beb9e commit 6ba4dfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Core/DolphinQt/GBAWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ void GBAWidget::DoState(bool export_state)

void GBAWidget::Resize(int scale)
{
showNormal();
resize(m_width * scale, m_height * scale);
}

Expand Down

0 comments on commit 6ba4dfe

Please sign in to comment.