WABA: Paint _all_ pixels in the active titlebar.

activeBuffer.resize(titlebar->geometry().width(),
-                        titlebar->geometry().height()-1);
+                        titlebar->geometry().height());

svn path=/trunk/kdebase/kwin/; revision=63984
This commit is contained in:
Waldo Bastian 2000-09-15 17:54:56 +00:00
parent 60e8f10bf6
commit 14eea14498

View file

@ -602,7 +602,7 @@ void KDEClient::updateActiveBuffer( )
bufferDirty = false;
activeBuffer.resize(titlebar->geometry().width(),
titlebar->geometry().height()-1);
titlebar->geometry().height());
QPainter p;
QRect r(0, 0, activeBuffer.width(), activeBuffer.height());
p.begin(&activeBuffer);