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
Plasma Desktop
Commits
f319bd39
Verified
Commit
f319bd39
authored
Sep 20, 2022
by
Fushan Wen
Browse files
containments/panel: check null configOverlay
(cherry picked from commit
d8e5db83
)
parent
5e25b6ab
Pipeline
#234689
passed with stage
in 3 minutes and 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
containments/panel/contents/ui/main.qml
View file @
f319bd39
...
...
@@ -144,8 +144,10 @@ function checkLastSpacer() {
Plasmoid.onUserConfiguringChanged
:
{
if
(
!
Plasmoid
.
userConfiguring
)
{
root
.
configOverlay
.
destroy
();
root
.
configOverlay
=
null
;
if
(
root
.
configOverlay
)
{
root
.
configOverlay
.
destroy
();
root
.
configOverlay
=
null
;
}
return
;
}
...
...
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