Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KWin
Commits
d031381f
Commit
d031381f
authored
May 12, 2021
by
Vlad Zahorodnii
Browse files
Fix a typo
We should update stacking_order, not x_stacking_order.
parent
e29dee95
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/workspace.cpp
View file @
d031381f
...
...
@@ -570,7 +570,7 @@ void Workspace::constrain(AbstractClient *below, AbstractClient *above)
child
->
parents
<<
constraint
;
}
update
X
StackingOrder
();
updateStackingOrder
();
}
void
Workspace
::
unconstrain
(
AbstractClient
*
below
,
AbstractClient
*
above
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment