All animation effect was unexpectedly stopped after the configuration dialog is opened (regression)
This commit is contained in:
parent
9a27aba8d8
commit
2a134467de
@ -124,7 +124,7 @@ function initAppearancePane()
|
|||||||
}
|
}
|
||||||
return finished;
|
return finished;
|
||||||
};
|
};
|
||||||
animationManager.addTask(task, 0, 0, 500);
|
animationManager.addTask(task, 0, 0, 500, window);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user