UI: Always update window size when changing scale

This commit is contained in:
Souryo 2017-05-01 23:30:39 -04:00
parent 682b6d1d36
commit cf89d91513

View file

@ -1312,6 +1312,7 @@ namespace Mesen.GUI.Forms
}
InteropEmu.SetVideoScale(scale);
UpdateScaleMenu(scale);
UpdateViewerSize();
}
private void SetVideoFilter(VideoFilterType type)