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:
parent
60e8f10bf6
commit
14eea14498
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue