Fix a typo
We should update stacking_order, not x_stacking_order.
This commit is contained in:
parent
e29dee951d
commit
d031381f19
1 changed files with 1 additions and 1 deletions
|
@ -570,7 +570,7 @@ void Workspace::constrain(AbstractClient *below, AbstractClient *above)
|
|||
child->parents << constraint;
|
||||
}
|
||||
|
||||
updateXStackingOrder();
|
||||
updateStackingOrder();
|
||||
}
|
||||
|
||||
void Workspace::unconstrain(AbstractClient *below, AbstractClient *above)
|
||||
|
|
Loading…
Reference in a new issue