mirror of
https://github.com/Qz3rK/tdesktop.git
synced 2026-07-03 14:15:08 +02:00
Improve font size selection a bit.
This commit is contained in:
@@ -314,6 +314,7 @@ void Selector::validateCache(Entry &row) {
|
||||
} else if (row.paletteVersion == version) {
|
||||
return;
|
||||
}
|
||||
row.paletteVersion = version;
|
||||
row.cache.fill(Qt::transparent);
|
||||
auto font = style::ResolveFont(row.id, 0, st::boxFontSize);
|
||||
auto p = QPainter(&row.cache);
|
||||
|
||||
+1
-1
Submodule Telegram/lib_ui updated: 08b56a1789...4ddff63a9b
Reference in New Issue
Block a user