compile
svn path=/trunk/kdebase/kwin/; revision=60379
This commit is contained in:
parent
7534feaf4a
commit
cc6c069269
1 changed files with 1 additions and 1 deletions
|
@ -879,7 +879,7 @@ bool Client::configureRequest( XConfigureRequestEvent& e )
|
||||||
nh = e.height;
|
nh = e.height;
|
||||||
QSize ns = sizeForWindowSize( QSize( nw, nh ) );
|
QSize ns = sizeForWindowSize( QSize( nw, nh ) );
|
||||||
if ( ns == size() )
|
if ( ns == size() )
|
||||||
return; // broken xemacs stuff (ediff)
|
return TRUE; // broken xemacs stuff (ediff)
|
||||||
resize( ns );
|
resize( ns );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue