mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-01 15:05:56 +00:00
Use crl::time/now instead of TimeMs/getms.
This commit is contained in:
@@ -772,7 +772,7 @@ int Rows::countAvailableWidth() const {
|
||||
void Rows::paintEvent(QPaintEvent *e) {
|
||||
Painter p(this);
|
||||
|
||||
const auto ms = getms();
|
||||
const auto ms = crl::now();
|
||||
const auto clip = e->rect();
|
||||
|
||||
const auto checkLeft = st::passportRowPadding.left();
|
||||
|
Reference in New Issue
Block a user