mirror of
https://github.com/libretro/Mesen.git
synced 2024-12-01 04:50:23 +00:00
UI: Fixed layout issue when entering fullscreen mode while game is paused (or if screen size does not change)
This commit is contained in:
parent
0d1e9bbcb3
commit
a313076e2d
@ -383,6 +383,7 @@ namespace Mesen.GUI.Forms
|
||||
this.frmMain_Resize(null, EventArgs.Empty);
|
||||
}
|
||||
this.Resize += frmMain_Resize;
|
||||
UpdateViewerSize();
|
||||
mnuFullscreen.Checked = enabled;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user