mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 10:46:33 +02:00
[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:
committed by
GitHub
parent
dc08987a60
commit
57cdae724a
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user