suggested fix

This commit is contained in:
Clint Rutkas
2020-04-08 16:53:16 -07:00
parent 723ace2724
commit df0b11a960
3 changed files with 196 additions and 190 deletions

View File

@@ -6,8 +6,7 @@ namespace PowerLauncher.UI
{
public LauncherControl()
{
this.InitializeComponent();
ShellBarShadow.Receivers.Add(ShadowReceiverGrid);
InitializeComponent();
}
}
}