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
843cee3d
Commit
843cee3d
authored
Feb 03, 2022
by
Xaver Hugl
Browse files
Scene: set painted_screen in paintScreen
If it's not set but used by EffectsScreen that can cause crashes
parent
3f29ad6b
Pipeline
#132248
passed with stage
in 15 minutes and 28 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
src/scene.cpp
View file @
843cee3d
...
...
@@ -220,6 +220,7 @@ void Scene::paintScreen(AbstractOutput *output, const QList<Toplevel *> &topleve
const
QRect
geo
=
output
->
geometry
();
QRegion
update
=
geo
,
repaint
=
geo
,
valid
;
painted_screen
=
output
;
paintScreen
(
geo
,
repaint
,
&
update
,
&
valid
,
output
->
renderLoop
(),
createProjectionMatrix
(
output
->
geometry
()));
clearStackingOrder
();
...
...
Xaver Hugl
@zamundaaa
mentioned in commit
49780c72
·
Feb 03, 2022
mentioned in commit
49780c72
mentioned in commit 49780c720c40c548030f6fb7e3dd894a4410612f
Toggle commit list
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