mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-10-09 13:56:19 +00:00
Use crl::time/now instead of TimeMs/getms.
This commit is contained in:
@@ -110,7 +110,7 @@ void BotKeyboard::paintEvent(QPaintEvent *e) {
|
||||
if (_impl) {
|
||||
int x = rtl() ? st::botKbScroll.width : _st->margin;
|
||||
p.translate(x, st::botKbScroll.deltat);
|
||||
_impl->paint(p, width(), clip.translated(-x, -st::botKbScroll.deltat), getms());
|
||||
_impl->paint(p, width(), clip.translated(-x, -st::botKbScroll.deltat), crl::now());
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user