mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-14 03:37:10 +08:00
fix progressbar animation, bug introduced in 2a3bf727be1c8bc185f1b436893b1c4385d982ac
This commit is contained in:
parent
7d3617c27f
commit
7d674b44d3
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user