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

New compose area icons.

This commit is contained in:
John Preston
2016-11-07 19:08:24 +03:00
parent fac8e48381
commit 19f4e50e33
39 changed files with 168 additions and 174 deletions

View File

@@ -143,7 +143,7 @@ EmojiButton::EmojiButton(QWidget *parent, const style::IconButton &st) : Button(
void EmojiButton::paintEvent(QPaintEvent *e) {
Painter p(this);
uint64 ms = getms();
auto ms = getms();
p.fillRect(e->rect(), st::historyComposeAreaBg);