fix small visual error in upper right corner
svn path=/trunk/KDE/kdebase/workspace/; revision=688743
This commit is contained in:
parent
f153aad996
commit
3e024ce5e6
1 changed files with 1 additions and 1 deletions
|
@ -568,7 +568,7 @@ void OxygenClient::paintEvent(QPaintEvent *e)
|
|||
painter.drawTiledPixmap(QRect(frame.width()-RFRAMESIZE, 0,
|
||||
RFRAMESIZE, splitY), tile,
|
||||
QPoint(frame.width()-RFRAMESIZE, 0));
|
||||
painter.fillRect(frame.width()-RFRAMESIZE, 0, RFRAMESIZE, frame.height(), color);
|
||||
painter.fillRect(frame.width()-RFRAMESIZE, splitY, RFRAMESIZE, frame.height() - splitY, color);
|
||||
|
||||
painter.fillRect(0, frame.height() - BFRAMESIZE, frame.width(), BFRAMESIZE, color);
|
||||
|
||||
|
|
Loading…
Reference in a new issue