Sync r835483 from oxygen.

svn path=/trunk/KDE/kdebase/workspace/; revision=842532
This commit is contained in:
Luboš Luňák 2008-08-05 13:23:19 +00:00
parent afeb0ce4ae
commit bc34d7e613

View file

@ -261,6 +261,8 @@ void OxygenClient::paintEvent(QPaintEvent *e)
Q_UNUSED(e)
if (!OxygenFactory::initialized()) return;
updateButtons();
QPalette palette = widget()->palette();
QPainter painter(widget());