Don't resize if the window is floating
svn path=/trunk/KDE/kdebase/workspace/; revision=1148578
This commit is contained in:
parent
12918d3ee8
commit
44a1637e0d
1 changed files with 2 additions and 0 deletions
|
@ -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() );
|
||||
|
||||
|
|
Loading…
Reference in a new issue