mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Version 3.4.2: Fix build with GCC.
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user