fix small visual error in upper right corner

svn path=/trunk/KDE/kdebase/workspace/; revision=688743
This commit is contained in:
Casper Boemann 2007-07-16 18:52:40 +00:00
parent f153aad996
commit 3e024ce5e6

View file

@ -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);