Backport of r835483 redraw buttons when redrawing the whole decoration

BUG: 167886


svn path=/branches/KDE/4.1/kdebase/workspace/; revision=873188
This commit is contained in:
Huynh Huu Long 2008-10-19 00:39:37 +00:00
parent 2a84f5892f
commit c6de48bd9a

View file

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