Fit the commit for #97490.
svn path=/trunk/KDE/kdebase/kwin/; revision=410020
This commit is contained in:
parent
d4c5fd676a
commit
abc0141416
1 changed files with 1 additions and 1 deletions
|
@ -405,9 +405,9 @@ void Workspace::performWindowOperation( Client* c, Options::WindowOperation op )
|
||||||
}
|
}
|
||||||
case Options::KeepBelowOp:
|
case Options::KeepBelowOp:
|
||||||
{
|
{
|
||||||
c->setKeepBelow( !c->keepBelow() );
|
|
||||||
StackingUpdatesBlocker blocker( this );
|
StackingUpdatesBlocker blocker( this );
|
||||||
bool was = c->keepBelow();
|
bool was = c->keepBelow();
|
||||||
|
c->setKeepBelow( !c->keepBelow() );
|
||||||
if( was && !c->keepBelow())
|
if( was && !c->keepBelow())
|
||||||
lowerClient( c );
|
lowerClient( c );
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue