From 7d674b44d349fd6f21de978071240ec1a22072b0 Mon Sep 17 00:00:00 2001 From: bao-qian Date: Sun, 29 May 2016 22:13:53 +0100 Subject: [PATCH] fix progressbar animation, bug introduced in 2a3bf727be1c8bc185f1b436893b1c4385d982ac --- Wox/MainWindow.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Wox/MainWindow.xaml.cs b/Wox/MainWindow.xaml.cs index c002fe8afc..a1f611ca11 100644 --- a/Wox/MainWindow.xaml.cs +++ b/Wox/MainWindow.xaml.cs @@ -48,7 +48,6 @@ namespace Wox private void OnLoaded(object sender, RoutedEventArgs _) { - InitProgressbarAnimation(); WindowIntelopHelper.DisableControlBox(this); ThemeManager.Instance.ChangeTheme(_settings.Theme); InitializeNotifyIcon(); @@ -202,6 +201,7 @@ namespace Wox { Left = WindowLeft(); Top = WindowTop(); + InitProgressbarAnimation(); } private double WindowLeft()