mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Fixes #276 Color of the moderator buttons are black if the timestamp is disabled
This commit is contained in:
parent
829c028009
commit
93163518cc
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue