Skip to content
GitLab
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
eab3062b
Commit
eab3062b
authored
Nov 04, 2020
by
Vlad Zahorodnii
Browse files
scene: Fix generation of decoration quads for Deleted
parent
c11da495
Changes
1
Hide whitespace changes
Inline
Side-by-side
scene.cpp
View file @
eab3062b
...
...
@@ -981,6 +981,8 @@ WindowQuadList Scene::Window::buildQuads(bool force) const
if
(
AbstractClient
*
client
=
qobject_cast
<
AbstractClient
*>
(
toplevel
))
{
client
->
layoutDecorationRects
(
rects
[
0
],
rects
[
1
],
rects
[
2
],
rects
[
3
]);
}
else
if
(
Deleted
*
deleted
=
qobject_cast
<
Deleted
*>
(
deleted
))
{
deleted
->
layoutDecorationRects
(
rects
[
0
],
rects
[
1
],
rects
[
2
],
rects
[
3
]);
}
*
ret
+=
makeDecorationQuads
(
rects
,
decorationShape
());
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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