diff --git a/GUI.NET/Forms/frmMain.cs b/GUI.NET/Forms/frmMain.cs index eacb219a..91609ddb 100644 --- a/GUI.NET/Forms/frmMain.cs +++ b/GUI.NET/Forms/frmMain.cs @@ -396,6 +396,9 @@ namespace Mesen.GUI.Forms InitializeStateMenu(mnuSaveState, true); InitializeStateMenu(mnuLoadState, false); this.StartEmuThread(); + this.BeginInvoke((MethodInvoker)(() => { + UpdateViewerSize(); + })); break; case InteropEmu.ConsoleNotificationType.PpuFrameDone: