X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fuisupport%2Fuistyle.cpp;h=5ad89f08a8c26506fdf238e198c67090da65f676;hb=c639f2b13b485c0d158ee3857742eaf4d1fa4760;hp=5909c19f78f3b80a944fc03c7461e3f80dc4055d;hpb=b243fc8b07e6cffff80af8844bbc4d5df7be7b0b;p=quassel.git diff --git a/src/uisupport/uistyle.cpp b/src/uisupport/uistyle.cpp index 5909c19f..5ad89f08 100644 --- a/src/uisupport/uistyle.cpp +++ b/src/uisupport/uistyle.cpp @@ -77,6 +77,8 @@ void UiStyle::loadStyleSheet() { _formatCache = parser.formats(); qApp->setStyleSheet(styleSheet); // pass the remaining sections to the application + + emit changed(); } QString UiStyle::loadStyleSheet(const QString &styleSheet, bool shouldExist) {