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();
|
||||
InitializePosition();
|
||||
InitializePosition();
|
||||
|
||||
InitSoundEffects();
|
||||
|
||||
|
|
@ -187,6 +188,7 @@ namespace Flow.Launcher
|
|||
WindowsInteropHelper.DisableControlBox(this);
|
||||
InitProgressbarAnimation();
|
||||
InitializePosition();
|
||||
InitializePosition();
|
||||
PreviewReset();
|
||||
// since the default main window visibility is visible
|
||||
// so we need set focus during startup
|
||||
|
|
@ -642,6 +644,7 @@ namespace Flow.Launcher
|
|||
if (_animating)
|
||||
return;
|
||||
InitializePosition();
|
||||
InitializePosition();
|
||||
}
|
||||
|
||||
private void OnLocationChanged(object sender, EventArgs e)
|
||||
|
|
|
|||
Loading…
Reference in a new issue