Fix "Max" window size menu item never being unchecked

This commit is contained in:
James Groom 2023-11-17 12:35:50 +10:00 committed by GitHub
parent 7edba4962c
commit e53f30f105
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -696,7 +696,8 @@ namespace BizHawk.Client.EmuHawk
x2MenuItem.Checked =
x3MenuItem.Checked =
x4MenuItem.Checked =
x5MenuItem.Checked = false;
x5MenuItem.Checked =
mzMenuItem.Checked = false;
switch (Config.TargetZoomFactors[Emulator.SystemId])
{