[PT Run/FancyZones] Exclude Launcher from zonable windows improvement (#9071)

* excluding launcher from fancy zones setting GWL_STYLE WS_POPUP 


fix WS_POPUP type

* Migrate spelling-0.0.19 changes from main

* rebase fix

* fix spellcheck

Co-authored-by: Dustin L. Howett <duhowett@microsoft.com>
This commit is contained in:
Davide Giacometti
2021-12-21 15:18:36 +01:00
committed by GitHub
parent dc08987a60
commit 57cdae724a
3 changed files with 17 additions and 5 deletions

View File

@@ -64,6 +64,12 @@ namespace PowerLauncher
PowerToysTelemetry.Log.WriteEvent(telemetryEvent);
}
protected override void OnSourceInitialized(EventArgs e)
{
base.OnSourceInitialized(e);
WindowsInteropHelper.SetPopupStyle(this);
}
private void CheckForFirstDelete(object sender, ElapsedEventArgs e)
{
if (_firstDeleteTimer != null)