aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/WindowBorder.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-02-10 15:06:48 -0500
committerMichael <[email protected]>2017-02-10 15:06:48 -0500
commit8df06f34b8267070a346e8adc5b0daab7fba5fe4 (patch)
tree76f103f607f9a66836e7ad6f7a7aa2472ad2dab9 /ShiftOS.WinForms/WindowBorder.cs
parentbc1a631ef8215ccf341480e7d5ceb7e6130a4a83 (diff)
downloadshiftos_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.cs1
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;