Fixes #276 Color of the moderator buttons are black if the timestamp is disabled
This commit is contained in:
@@ -241,7 +241,7 @@ void TextIconLayoutElement::paint(QPainter &painter)
|
||||
{
|
||||
QFont font = singletons::FontManager::getInstance().getFont(FontStyle::Tiny, this->scale);
|
||||
|
||||
painter.setBrush(singletons::ThemeManager::getInstance().messages.textColors.regular);
|
||||
painter.setPen(singletons::ThemeManager::getInstance().messages.textColors.system);
|
||||
painter.setFont(font);
|
||||
|
||||
QTextOption option;
|
||||
|
||||
Reference in New Issue
Block a user