2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 22:46:10 +00:00

Change *[Fast|Animated] to anim::type in FadeWrap.

This commit is contained in:
John Preston
2017-09-30 22:20:40 +03:00
parent 0c4bda71fd
commit 83850d9b86
44 changed files with 201 additions and 224 deletions

View File

@@ -108,7 +108,7 @@ void PasscodeWidget::showAnimated(const QPixmap &bgAnimCache, bool back) {
showAll();
setInnerFocus();
_passcode->finishAnimations();
_passcode->finishAnimating();
(_showBack ? _cacheUnder : _cacheOver) = myGrab(this);
hideAll();