2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Allow TabbedSelector with only emoji.

This commit is contained in:
John Preston
2018-11-22 14:30:48 +04:00
parent ef4f0168f8
commit 8d3f5820ca
5 changed files with 209 additions and 94 deletions

View File

@@ -67,14 +67,6 @@ private:
// Rounded rect which has shadow around it.
QRect innerRect() const;
// Inner rect with removed st::buttonRadius from top and bottom.
// This one is allowed to be not rounded.
QRect horizontalRect() const;
// Inner rect with removed st::buttonRadius from left and right.
// This one is allowed to be not rounded.
QRect verticalRect() const;
QImage grabForAnimation();
void startShowAnimation();
void startOpacityAnimation(bool hiding);