aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/WindowBorder.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-04-14 13:06:13 -0400
committerMichael <[email protected]>2017-04-14 13:06:13 -0400
commit6ec8e375c4b756bcd323df6babd4a4a74cd75904 (patch)
tree8ccb0de375636371a879560b2effd43bdfdfc97c /ShiftOS.WinForms/WindowBorder.cs
parent4d3eb794b532a13a24107e54947022aed841d165 (diff)
downloadshiftos_thereturn-6ec8e375c4b756bcd323df6babd4a4a74cd75904.tar.gz
shiftos_thereturn-6ec8e375c4b756bcd323df6babd4a4a74cd75904.tar.bz2
shiftos_thereturn-6ec8e375c4b756bcd323df6babd4a4a74cd75904.zip
Desktop preview
Diffstat (limited to 'ShiftOS.WinForms/WindowBorder.cs')
-rw-r--r--ShiftOS.WinForms/WindowBorder.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/WindowBorder.cs b/ShiftOS.WinForms/WindowBorder.cs
index e716803..e809f90 100644
--- a/ShiftOS.WinForms/WindowBorder.cs
+++ b/ShiftOS.WinForms/WindowBorder.cs
@@ -129,6 +129,7 @@ namespace ShiftOS.WinForms
this.pnlcontents.Controls.Add(this._parentWindow);
this._parentWindow.Dock = DockStyle.Fill;
+ this._parentWindow.Show();
ControlManager.SetupControls(this._parentWindow);
ParentWindow.OnSkinLoad();
@@ -208,7 +209,6 @@ namespace ShiftOS.WinForms
this.Left = (Screen.PrimaryScreen.Bounds.Width - this.Width) / 2;
this.Top = (Screen.PrimaryScreen.Bounds.Height - this.Height) / 2;
ParentWindow.OnLoad();
- this._parentWindow.Show();
}
/// <summary>