just one more pixel
svn path=/trunk/kdebase/kwin/; revision=33379
This commit is contained in:
parent
f7de021a1d
commit
8824421c5e
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ void StdClient::resizeEvent( QResizeEvent* e)
|
|||
QRegion rr = rect();
|
||||
QRect t = titlebar->geometry();
|
||||
t.setTop( 0 );
|
||||
QRegion r = rr.subtract( QRect( t.x(), 0, t.width(), 1 ) );
|
||||
QRegion r = rr.subtract( QRect( t.x()+1, 0, t.width()-2, 1 ) );
|
||||
setMask( r );
|
||||
|
||||
if ( isVisibleToTLW() ) {
|
||||
|
|
Loading…
Reference in a new issue