mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
reset position twice according to https://github.com/microsoft/PowerToys/pull/33784
This commit is contained in:
parent
6f661efb27
commit
9031b2ffee
1 changed files with 3 additions and 0 deletions
|
|
@ -59,6 +59,7 @@ namespace Flow.Launcher
|
||||||
|
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
InitializePosition();
|
InitializePosition();
|
||||||
|
InitializePosition();
|
||||||
|
|
||||||
InitSoundEffects();
|
InitSoundEffects();
|
||||||
|
|
||||||
|
|
@ -187,6 +188,7 @@ namespace Flow.Launcher
|
||||||
WindowsInteropHelper.DisableControlBox(this);
|
WindowsInteropHelper.DisableControlBox(this);
|
||||||
InitProgressbarAnimation();
|
InitProgressbarAnimation();
|
||||||
InitializePosition();
|
InitializePosition();
|
||||||
|
InitializePosition();
|
||||||
PreviewReset();
|
PreviewReset();
|
||||||
// since the default main window visibility is visible
|
// since the default main window visibility is visible
|
||||||
// so we need set focus during startup
|
// so we need set focus during startup
|
||||||
|
|
@ -642,6 +644,7 @@ namespace Flow.Launcher
|
||||||
if (_animating)
|
if (_animating)
|
||||||
return;
|
return;
|
||||||
InitializePosition();
|
InitializePosition();
|
||||||
|
InitializePosition();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void OnLocationChanged(object sender, EventArgs e)
|
private void OnLocationChanged(object sender, EventArgs e)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue