From cf89d915134f3d8cf3bcb12b8578bd84fdf1d85e Mon Sep 17 00:00:00 2001 From: Souryo Date: Mon, 1 May 2017 23:30:39 -0400 Subject: [PATCH] UI: Always update window size when changing scale --- GUI.NET/Forms/frmMain.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/GUI.NET/Forms/frmMain.cs b/GUI.NET/Forms/frmMain.cs index ff65e088..b4270139 100644 --- a/GUI.NET/Forms/frmMain.cs +++ b/GUI.NET/Forms/frmMain.cs @@ -1312,6 +1312,7 @@ namespace Mesen.GUI.Forms } InteropEmu.SetVideoScale(scale); UpdateScaleMenu(scale); + UpdateViewerSize(); } private void SetVideoFilter(VideoFilterType type)