Looks it wasn't that good idea to force active dialogs very high (#74372).
svn path=/trunk/kdebase/kwin/; revision=288472
This commit is contained in:
parent
22e7409160
commit
c2b1856bc8
1 changed files with 0 additions and 2 deletions
|
@ -687,8 +687,6 @@ Layer Client::belongsToLayer() const
|
|||
// only raise fullscreen above docks if it's the topmost window in unconstrained stacking order,
|
||||
// i.e. the window set to be topmost by the user
|
||||
bool raise_special_active_windows = ( workspace()->topClientOnDesktop( desktop(), true ) == this );
|
||||
if( isDialog() && workspace()->activeClient() == this && raise_special_active_windows )
|
||||
return ActiveLayer;
|
||||
if( keepAbove())
|
||||
return AboveLayer;
|
||||
if( isFullScreen() && workspace()->activeClient() != NULL
|
||||
|
|
Loading…
Reference in a new issue