aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-04-19 09:43:08 -0400
committerMichael <[email protected]>2017-04-19 09:43:08 -0400
commitb4dc527526057deb6205e564db69e50e4ed52df2 (patch)
treefc6fa84fb66503d19db45540bfbbdd2f8f2c603b /ShiftOS.WinForms
parent56bddb4983de5d6852607c128ed0a83e3a6b99a5 (diff)
downloadshiftos_thereturn-b4dc527526057deb6205e564db69e50e4ed52df2.tar.gz
shiftos_thereturn-b4dc527526057deb6205e564db69e50e4ed52df2.tar.bz2
shiftos_thereturn-b4dc527526057deb6205e564db69e50e4ed52df2.zip
reenable desktop widgets
Diffstat (limited to 'ShiftOS.WinForms')
-rw-r--r--ShiftOS.WinForms/WinformsDesktop.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/WinformsDesktop.cs b/ShiftOS.WinForms/WinformsDesktop.cs
index c1ec823..09703db 100644
--- a/ShiftOS.WinForms/WinformsDesktop.cs
+++ b/ShiftOS.WinForms/WinformsDesktop.cs
@@ -456,7 +456,7 @@ namespace ShiftOS.WinForms
w.Location = WidgetManager.LoadLocation(w.GetType());
- //pnlwidgetlayer.Controls.Add(w);
+ pnlwidgetlayer.Controls.Add(w);
MakeWidgetMovable(w);
Widgets.Add(w as IDesktopWidget);
}