Backport of r835483 redraw buttons when redrawing the whole decoration
(BUG: 167886)


svn path=/branches/KDE/4.1/kdebase/workspace/; revision=879707
This commit is contained in:
Luboš Luňák 2008-11-03 21:09:24 +00:00
parent 81cb87277c
commit b17896174f

View file

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