UI: Always update window size when changing scale
This commit is contained in:
parent
682b6d1d36
commit
cf89d91513
1 changed files with 1 additions and 0 deletions
|
@ -1312,6 +1312,7 @@ namespace Mesen.GUI.Forms
|
||||||
}
|
}
|
||||||
InteropEmu.SetVideoScale(scale);
|
InteropEmu.SetVideoScale(scale);
|
||||||
UpdateScaleMenu(scale);
|
UpdateScaleMenu(scale);
|
||||||
|
UpdateViewerSize();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void SetVideoFilter(VideoFilterType type)
|
private void SetVideoFilter(VideoFilterType type)
|
||||||
|
|
Loading…
Add table
Reference in a new issue