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:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user