diff options
| author | Michael <[email protected]> | 2017-02-10 15:06:48 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-02-10 15:06:48 -0500 |
| commit | 8df06f34b8267070a346e8adc5b0daab7fba5fe4 (patch) | |
| tree | 76f103f607f9a66836e7ad6f7a7aa2472ad2dab9 /ShiftOS.WinForms/WindowBorder.cs | |
| parent | bc1a631ef8215ccf341480e7d5ceb7e6130a4a83 (diff) | |
| download | shiftos_thereturn-8df06f34b8267070a346e8adc5b0daab7fba5fe4.tar.gz shiftos_thereturn-8df06f34b8267070a346e8adc5b0daab7fba5fe4.tar.bz2 shiftos_thereturn-8df06f34b8267070a346e8adc5b0daab7fba5fe4.zip | |
Fix maximization skinning bug
Diffstat (limited to 'ShiftOS.WinForms/WindowBorder.cs')
| -rw-r--r-- | ShiftOS.WinForms/WindowBorder.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/WindowBorder.cs b/ShiftOS.WinForms/WindowBorder.cs index 6e5d271..5bc2f6b 100644 --- a/ShiftOS.WinForms/WindowBorder.cs +++ b/ShiftOS.WinForms/WindowBorder.cs @@ -378,6 +378,7 @@ namespace ShiftOS.WinForms else Desktop.RestoreWindow(this); maximized = !maximized; + SetupSkin(); } bool minimized = false; |
