SVN commit 1068334 by ivan: Easing the pain of the slow drawing M +2 -0 LancelotWindow.cpp --- trunk/KDE/kdeplasma-addons/applets/lancelot/app/src/LancelotWindow.cpp #1068333:1068334 @@ -167,6 +167,8 @@ connect(QApplication::instance(), SIGNAL(focusChanged(QWidget *, QWidget *)), this, SLOT(focusChanged(QWidget *, QWidget *))); + + setStyleSheet("background: black"); } void LancelotWindow::drawBackground(QPainter * painter, const QRectF & rect)