compile
svn path=/trunk/KDE/kdebase/workspace/; revision=695321
This commit is contained in:
parent
2f4aba00cf
commit
e670b2c0ca
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ void OxygenButton::paintEvent(QPaintEvent *)
|
||||||
}
|
}
|
||||||
|
|
||||||
QColor bg = globalHelper->backgroundTopColor(palette().window());
|
QColor bg = globalHelper->backgroundTopColor(palette().window());
|
||||||
painter.drawPixmap(0, 0, *globalHelper->roundButton(bg, BUTTONSIZE));
|
painter.drawPixmap(0, 0, globalHelper->roundButton(palette().button(), BUTTONSIZE));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue