diff options
| author | Michael <[email protected]> | 2017-07-02 08:49:10 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-07-02 08:49:10 -0400 |
| commit | 3e1af6e8cb1d707de0fe5634849178522d8fcf76 (patch) | |
| tree | 37355ece811354597f5a63e21ccbe77a75793eea /ShiftOS.WinForms/WindowBorder.cs | |
| parent | 9578be099814924870bcb25b1fe4f8a2d375f3b9 (diff) | |
| download | shiftos_thereturn-3e1af6e8cb1d707de0fe5634849178522d8fcf76.tar.gz shiftos_thereturn-3e1af6e8cb1d707de0fe5634849178522d8fcf76.tar.bz2 shiftos_thereturn-3e1af6e8cb1d707de0fe5634849178522d8fcf76.zip | |
fix windowmanager layout kink
Diffstat (limited to 'ShiftOS.WinForms/WindowBorder.cs')
| -rw-r--r-- | ShiftOS.WinForms/WindowBorder.cs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ShiftOS.WinForms/WindowBorder.cs b/ShiftOS.WinForms/WindowBorder.cs index e056350..efb3f98 100644 --- a/ShiftOS.WinForms/WindowBorder.cs +++ b/ShiftOS.WinForms/WindowBorder.cs @@ -231,10 +231,7 @@ namespace ShiftOS.WinForms this.DoubleBuffered = true; this.Left = (Screen.PrimaryScreen.Bounds.Width - this.Width) / 2; this.Top = (Screen.PrimaryScreen.Bounds.Height - this.Height) / 2; - ParentWindow.OnLoad(); - ParentWindow.OnSkinLoad(); - ParentWindow.OnUpgrade(); - + } /// <summary> |
