aboutsummaryrefslogtreecommitdiff
path: root/source/WindowsFormsApplication1/API.cs
diff options
context:
space:
mode:
authorMichaelTheShifter <[email protected]>2016-07-20 10:04:18 -0400
committerMichaelTheShifter <[email protected]>2016-07-20 10:04:18 -0400
commit995b1404e0966950f53447383da4c5f91bd2cdb0 (patch)
treef0b325344c3f2c7cb7895cc67fa81fae421ffbb0 /source/WindowsFormsApplication1/API.cs
parentd40fed5ce2bc806a91245adb18039634eac13ed0 (diff)
downloadshiftos-c-_theultimatehacker-995b1404e0966950f53447383da4c5f91bd2cdb0.tar.gz
shiftos-c-_theultimatehacker-995b1404e0966950f53447383da4c5f91bd2cdb0.tar.bz2
shiftos-c-_theultimatehacker-995b1404e0966950f53447383da4c5f91bd2cdb0.zip
Fix window border bug, add skinnable VisualStyleBorders
Diffstat (limited to 'source/WindowsFormsApplication1/API.cs')
-rw-r--r--source/WindowsFormsApplication1/API.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/WindowsFormsApplication1/API.cs b/source/WindowsFormsApplication1/API.cs
index 6ce59f3..4434fc7 100644
--- a/source/WindowsFormsApplication1/API.cs
+++ b/source/WindowsFormsApplication1/API.cs
@@ -1089,6 +1089,7 @@ namespace ShiftOS
brdr.Dock = DockStyle.Fill;
formToCreate.Body.BorderStyle = BorderStyle.None;
brdr.setupall();
+ formToCreate.FormBorderStyle = FormBorderStyle.None;
}
/// <summary>