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:
parent
2a84f5892f
commit
c6de48bd9a
1 changed files with 2 additions and 0 deletions
|
@ -256,6 +256,8 @@ void OxygenClient::paintEvent(QPaintEvent *e)
|
|||
Q_UNUSED(e)
|
||||
if (!OxygenFactory::initialized()) return;
|
||||
|
||||
updateButtons();
|
||||
|
||||
QPalette palette = widget()->palette();
|
||||
QPainter painter(widget());
|
||||
|
||||
|
|
Loading…
Reference in a new issue