mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 22:55:11 +00:00
Use crl::time/now instead of TimeMs/getms.
This commit is contained in:
@@ -345,7 +345,7 @@ void CountrySelectBox::Inner::paintEvent(QPaintEvent *e) {
|
||||
QRect r(e->rect());
|
||||
p.setClipRect(r);
|
||||
|
||||
auto ms = getms();
|
||||
auto ms = crl::now();
|
||||
int l = countriesNow->size();
|
||||
if (l) {
|
||||
if (r.intersects(QRect(0, 0, width(), st::countriesSkip))) {
|
||||
|
Reference in New Issue
Block a user