mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 14:17:45 +00:00
Fix 125% scale active account check.
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user