mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Version 3.4.2: Fix build with GCC.
This commit is contained in:
parent
f3faa52bc7
commit
ba98a8df32
1 changed files with 0 additions and 1 deletions
|
@ -937,7 +937,6 @@ void Message::paintFromName(
|
||||||
const auto nameText = [&]() -> const Ui::Text::String * {
|
const auto nameText = [&]() -> const Ui::Text::String * {
|
||||||
const auto from = item->displayFrom();
|
const auto from = item->displayFrom();
|
||||||
const auto service = (context.outbg || item->isPost());
|
const auto service = (context.outbg || item->isPost());
|
||||||
const auto sponsored = service && item->isSponsored();
|
|
||||||
const auto st = context.st;
|
const auto st = context.st;
|
||||||
if (from) {
|
if (from) {
|
||||||
p.setPen(!service
|
p.setPen(!service
|
||||||
|
|
Loading…
Add table
Reference in a new issue