mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-01-22 18:02:16 +00:00
Make widgets and desktopbg hide AL
This commit is contained in:
parent
28f37ed421
commit
894320db54
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue