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
e7a88a1f
Commit
e7a88a1f
authored
Feb 24, 2022
by
Xaver Hugl
Browse files
backends/drm: don't change the configuration while KWin is terminating
parent
6ec4efff
Pipeline
#146615
passed with stage
in 15 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/backends/drm/drm_backend.cpp
View file @
e7a88a1f
...
...
@@ -513,7 +513,7 @@ void DrmBackend::enableOutput(DrmAbstractOutput *output, bool enable)
m_placeholderFilter
.
reset
();
}
}
else
{
if
(
m_enabledOutputs
.
count
()
==
1
&&
m_outputs
.
count
()
>
1
)
{
if
(
m_enabledOutputs
.
count
()
==
1
&&
m_outputs
.
count
()
>
1
&&
!
kwinApp
()
->
isTerminating
()
)
{
auto
outputs
=
m_outputs
;
outputs
.
removeOne
(
output
);
if
(
!
readOutputsConfiguration
(
outputs
))
{
...
...
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