Don't restrict already mapped or session restored window geometries
to the workarea. svn path=/trunk/kdebase/kwin/; revision=334124
This commit is contained in:
parent
d62db790b6
commit
83ff00f572
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ bool Client::manage( Window w, bool isMapped )
|
|||
|
||||
QRect area;
|
||||
if( isMapped || session )
|
||||
area = workspace()->clientArea( WorkArea, geom.center(), desktop());
|
||||
area = workspace()->clientArea( FullArea, geom.center(), desktop());
|
||||
else if( options->xineramaPlacementEnabled )
|
||||
area = workspace()->clientArea( PlacementArea, QCursor::pos(), desktop());
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue