Rotate background in ListWidget.

This commit is contained in:
John Preston 2021-08-17 14:55:16 +03:00
parent ce6f9f580f
commit 5a882d1fdc
1 changed files with 3 additions and 0 deletions

View File

@ -1444,6 +1444,9 @@ void ListWidget::startItemRevealAnimations() {
1.,
kItemRevealDuration,
anim::easeOutCirc);
if (view->data()->out()) {
controller()->rotateComplexGradientBackground();
}
}
}
}