diff --git a/src/chatlog/chatlog.cpp b/src/chatlog/chatlog.cpp index 4e1e9a88b..dae98356b 100644 --- a/src/chatlog/chatlog.cpp +++ b/src/chatlog/chatlog.cpp @@ -53,6 +53,7 @@ ChatLog::ChatLog(QWidget* parent) setViewportUpdateMode(BoundingRectViewportUpdate); setAcceptDrops(false); setContextMenuPolicy(Qt::CustomContextMenu); + setBackgroundBrush(QBrush(Qt::white, Qt::SolidPattern)); // The selection rect for multi-line selection const QColor selGraphColor = QColor(166,225,255);