ScreenArea is supposed to be without struts.
svn path=/trunk/KDE/kdebase/workspace/; revision=511672
This commit is contained in:
parent
b9f3db77d4
commit
10775a9763
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ QRect Workspace::clientArea( clientAreaOption opt, const QPoint& p, int desktop
|
|||
case FullArea:
|
||||
return desktopwidget->geometry();
|
||||
case ScreenArea:
|
||||
return sarea;
|
||||
return desktopwidget->screenGeometry( screen );
|
||||
}
|
||||
assert( false );
|
||||
return QRect();
|
||||
|
|
Loading…
Reference in a new issue