Add "Timeout action" setting

This commit is contained in:
Rasmus Karlsson
2018-03-24 16:55:28 +01:00
parent 41fbcc738b
commit dc578a5f29
4 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ void MessageLayout::paint(QPainter &painter, int y, int messageIndex, Selection
QColor color = isWindowFocused ? themeManager.tabs.selected.backgrounds.regular.color()
: themeManager.tabs.selected.backgrounds.unfocused.color();
QBrush brush = QBrush(color, Qt::VerPattern);
QBrush brush(color, Qt::VerPattern);
painter.fillRect(0, y + this->container.getHeight() - 1, this->container.getWidth(), 1,
brush);