X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Fuistyle.cpp;h=3ab08f414cb75d71fdc7a39378e1cc7f38f94196;hp=1a478f28835a0a599a88670b0cfeb7615964389e;hb=86a1220cc45c658954860e6dedbc18e38986ca94;hpb=b62a657656223ee79dc0de04ac0194c90709c1de;ds=sidebyside diff --git a/src/uisupport/uistyle.cpp b/src/uisupport/uistyle.cpp index 1a478f28..3ab08f41 100644 --- a/src/uisupport/uistyle.cpp +++ b/src/uisupport/uistyle.cpp @@ -81,6 +81,7 @@ void UiStyle::loadStyleSheet() { QssParser parser; parser.processStyleSheet(styleSheet); QApplication::setPalette(parser.palette()); + _markerLineBrush = parser.markerLineBrush(); QTextCharFormat baseFmt = parser.formats().value(Base); foreach(quint64 fmtType, parser.formats().keys()) {