From c46550663e4e10ff9191d19325524863b61b6c73 Mon Sep 17 00:00:00 2001 From: Souryo Date: Fri, 29 Jul 2016 18:24:24 -0400 Subject: [PATCH] Video: Fixed scale issues when loading/resetting games --- GUI.NET/Forms/frmMain.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GUI.NET/Forms/frmMain.cs b/GUI.NET/Forms/frmMain.cs index 19c4fe7f..8bced81b 100644 --- a/GUI.NET/Forms/frmMain.cs +++ b/GUI.NET/Forms/frmMain.cs @@ -1524,7 +1524,7 @@ namespace Mesen.GUI.Forms this.ctrlNsfPlayer.Focus(); _currentGame = InteropEmu.NsfGetHeader().GetSongName(); - } else { + } else if(this._isNsfPlayerMode) { this.MinimumSize = new Size(335, 320); this.SetScale(_regularScale); this._isNsfPlayerMode = false;