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