Fix window snapping.
svn path=/trunk/KDE/kdebase/workspace/; revision=1049888
This commit is contained in:
parent
fad5724f33
commit
efb6055fc0
1 changed files with 1 additions and 1 deletions
|
@ -402,7 +402,7 @@ QPoint Workspace::adjustClientPosition( Client* c, QPoint pos, bool unrestricted
|
|||
{
|
||||
if ((*l)->isOnDesktop(c->desktop()) &&
|
||||
!(*l)->isMinimized()
|
||||
&& (!(*l)->clientGroup() || (*l) != (*l)->clientGroup()->visible())
|
||||
&& (!(*l)->clientGroup() || (*l) == (*l)->clientGroup()->visible())
|
||||
&& (*l) != c )
|
||||
{
|
||||
lx = (*l)->x();
|
||||
|
|
Loading…
Reference in a new issue