All animation effect was unexpectedly stopped after the configuration dialog is opened (regression)

This commit is contained in:
Piro / YUKI Hiroshi 2012-11-12 03:31:30 +09:00
parent 9a27aba8d8
commit 2a134467de

View File

@ -124,7 +124,7 @@ function initAppearancePane()
} }
return finished; return finished;
}; };
animationManager.addTask(task, 0, 0, 500); animationManager.addTask(task, 0, 0, 500, window);
}); });
} }