Disable xinerama placement when session restoring.
svn path=/trunk/kdebase/kwin/; revision=281487
This commit is contained in:
parent
e5d6fb447d
commit
e519c91eea
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ bool Client::manage( Window w, bool isMapped )
|
|||
geom = session->geometry;
|
||||
|
||||
QRect area;
|
||||
if( isMapped )
|
||||
if( isMapped || session )
|
||||
area = workspace()->clientArea( WorkArea, geom.center(), desktop());
|
||||
else if( options->xineramaPlacementEnabled )
|
||||
area = workspace()->clientArea( PlacementArea, QCursor::pos(), desktop());
|
||||
|
|
Loading…
Reference in a new issue