2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Added ability to provide custom top bar mask to Window::SlideAnimation.

This commit is contained in:
23rd
2022-05-19 10:51:03 +03:00
parent ef3e139b85
commit 3fde5b56a1
4 changed files with 47 additions and 0 deletions

View File

@@ -157,6 +157,7 @@ void SectionWidget::showAnimated(
_showAnimation->setTopBarShadow(params.withTopBarShadow);
_showAnimation->setWithFade(params.withFade);
_showAnimation->setTopSkip(params.topSkip);
_showAnimation->setTopBarMask(params.topMask);
_showAnimation->start();
show();