mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add InitPosition in WindowAnimator
This commit is contained in:
parent
a4e941b954
commit
5a969b212f
1 changed files with 1 additions and 0 deletions
|
|
@ -239,6 +239,7 @@ namespace Flow.Launcher
|
||||||
|
|
||||||
public void WindowAnimator()
|
public void WindowAnimator()
|
||||||
{
|
{
|
||||||
|
InitializePosition();
|
||||||
Storyboard sb = new Storyboard();
|
Storyboard sb = new Storyboard();
|
||||||
var da = new DoubleAnimation
|
var da = new DoubleAnimation
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue