mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-01-22 18:02:16 +00:00
reenable desktop widgets
This commit is contained in:
parent
56bddb4983
commit
b4dc527526
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue