Fix scaling when mdi window is maximized

This commit is contained in:
KillzXGaming 2019-06-10 20:04:58 -04:00
parent d39ca57044
commit d1adbc5547
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -239,7 +239,7 @@ namespace Switch_Toolbox.Library.Forms
if (IsMdiChild)
MDIMaximized();
MaximumSize = Screen.FromControl(this).WorkingArea.Size;
// MaximumSize = Screen.FromControl(this).WorkingArea.Size;
WindowState = FormWindowState.Maximized;
}
private void CheckWindowState()