mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-14 11:39:16 +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 _)
|
private void OnLoaded(object sender, RoutedEventArgs _)
|
||||||
{
|
{
|
||||||
InitProgressbarAnimation();
|
|
||||||
WindowIntelopHelper.DisableControlBox(this);
|
WindowIntelopHelper.DisableControlBox(this);
|
||||||
ThemeManager.Instance.ChangeTheme(_settings.Theme);
|
ThemeManager.Instance.ChangeTheme(_settings.Theme);
|
||||||
InitializeNotifyIcon();
|
InitializeNotifyIcon();
|
||||||
@ -202,6 +201,7 @@ namespace Wox
|
|||||||
{
|
{
|
||||||
Left = WindowLeft();
|
Left = WindowLeft();
|
||||||
Top = WindowTop();
|
Top = WindowTop();
|
||||||
|
InitProgressbarAnimation();
|
||||||
}
|
}
|
||||||
|
|
||||||
private double WindowLeft()
|
private double WindowLeft()
|
||||||
|
Loading…
Reference in New Issue
Block a user