From 5a969b212f1b178ffade0df888aa4e983c5ea717 Mon Sep 17 00:00:00 2001 From: DB p Date: Fri, 12 Nov 2021 09:18:16 +0900 Subject: [PATCH] Add InitPosition in WindowAnimator --- Flow.Launcher/MainWindow.xaml.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Flow.Launcher/MainWindow.xaml.cs b/Flow.Launcher/MainWindow.xaml.cs index a0662e9ed..4b717298d 100644 --- a/Flow.Launcher/MainWindow.xaml.cs +++ b/Flow.Launcher/MainWindow.xaml.cs @@ -239,6 +239,7 @@ namespace Flow.Launcher public void WindowAnimator() { + InitializePosition(); Storyboard sb = new Storyboard(); var da = new DoubleAnimation {