Redraw buttons when redrawing the whole decoration

svn path=/trunk/KDE/kdebase/workspace/; revision=835483
icc-effect-5.14.5
Huynh Huu Long 2008-07-20 17:15:48 +00:00
parent cd419f519f
commit bba38cb5e9
1 changed files with 2 additions and 0 deletions

View File

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