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

sticker packs buttons improved for os x

This commit is contained in:
John Preston
2015-06-05 18:37:11 +03:00
parent 95e5b7be0b
commit 0e5d26a469
3 changed files with 57 additions and 27 deletions

View File

@@ -445,7 +445,9 @@ private:
Animation _iconAnim;
QPoint _iconsMousePos, _iconsMouseDown;
int32 _iconsLeft, _iconsTop;
int32 _iconsX, _iconsStartX, _iconsMax;
int32 _iconsStartX, _iconsMax;
anim::ivalue _iconsX;
uint64 _iconsStartAnim;
bool _stickersShown;
QPixmap _fromCache, _toCache;