Don't resize if the window is floating

svn path=/trunk/KDE/kdebase/workspace/; revision=1148578
This commit is contained in:
Nikhil Marathe 2010-07-11 06:36:59 +00:00
parent 12918d3ee8
commit 44a1637e0d

View file

@ -87,6 +87,8 @@ void Columns::clientResized( Client *c, const QRect &moveResizeGeom, const QRect
TilingLayout::clientResized( c, moveResizeGeom, orig );
Tile *t = findTile( c );
if( t->ignoreGeometry() )
return;
QList<Tile *> tiled( tiles() );