Made the kstep client compile when QT_NO_COMPAT is defined
svn path=/trunk/kdebase/kwin/; revision=115978
This commit is contained in:
parent
f4de058b7b
commit
1136576179
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ void NextClient::resizeEvent( QResizeEvent* e)
|
||||||
{
|
{
|
||||||
Client::resizeEvent( e );
|
Client::resizeEvent( e );
|
||||||
|
|
||||||
if ( isVisibleToTLW() && !testWFlags( WNorthWestGravity )) {
|
if ( isVisibleToTLW() && !testWFlags( WStaticContents )) {
|
||||||
QPainter p( this );
|
QPainter p( this );
|
||||||
QRect t = titlebar->geometry();
|
QRect t = titlebar->geometry();
|
||||||
t.setTop( 0 );
|
t.setTop( 0 );
|
||||||
|
|
Loading…
Reference in a new issue