mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 15:43:55 +02:00
Fix 125% scale active account check.
This commit is contained in:
parent
5689154ec5
commit
1757dd856b
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ void MainMenu::AccountButton::paintUserpic(Painter &p) {
|
||||||
user->paintUserpicLeft(p, _userpicView, x, y, width(), size);
|
user->paintUserpicLeft(p, _userpicView, x, y, width(), size);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const auto added = y;
|
const auto added = st::mainMenuAccountCheck.size;
|
||||||
const auto cacheSize = QSize(size + added, size + added)
|
const auto cacheSize = QSize(size + added, size + added)
|
||||||
* cIntRetinaFactor();
|
* cIntRetinaFactor();
|
||||||
const auto key = user->userpicUniqueKey(_userpicView);
|
const auto key = user->userpicUniqueKey(_userpicView);
|
||||||
|
|
Loading…
Add table
Reference in a new issue