Make widgets and desktopbg hide AL

This commit is contained in:
Michael 2017-04-26 15:10:37 -04:00
parent 28f37ed421
commit 894320db54

View file

@ -61,6 +61,10 @@ namespace ShiftOS.WinForms
public WinformsDesktop()
{
InitializeComponent();
pnlwidgetlayer.Click += (o, a) =>
{
HideAppLauncher();
};
ControlManager.MakeDoubleBuffered(pnlwidgetlayer);
this.Click += (o, a) =>
{
@ -507,6 +511,7 @@ namespace ShiftOS.WinForms
w.MouseDown += (o, a) =>
{
HideAppLauncher();
moving = true;
};