mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-01-22 18:02:16 +00:00
Fix maximization skinning bug
This commit is contained in:
parent
bc1a631ef8
commit
8df06f34b8
1 changed files with 1 additions and 0 deletions
|
@ -378,6 +378,7 @@ namespace ShiftOS.WinForms
|
|||
else
|
||||
Desktop.RestoreWindow(this);
|
||||
maximized = !maximized;
|
||||
SetupSkin();
|
||||
}
|
||||
|
||||
bool minimized = false;
|
||||
|
|
Loading…
Reference in a new issue