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 Workspace
Commits
bd610144
Commit
bd610144
authored
Mar 14, 2022
by
Yari Polla
Committed by
Nate Graham
Mar 14, 2022
Browse files
Fix wrong object call
parent
02d6d0a4
Pipeline
#150221
passed with stage
in 11 minutes and 58 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
components/containmentlayoutmanager/qml/BasicAppletContainer.qml
View file @
bd610144
...
...
@@ -102,7 +102,7 @@ ContainmentLayoutManager.AppletContainer {
property
bool
blurEnabled
:
false
function
syncBlurEnabled
()
{
blurEnabled
=
appletContainer
.
rotation
===
0
&&
Plasmoid
.
GraphicsInfo
.
api
!==
GraphicsInfo
.
Software
&&
hasElementPrefix
(
"
blurred
"
);
blurEnabled
=
appletContainer
.
rotation
===
0
&&
GraphicsInfo
.
api
!==
GraphicsInfo
.
Software
&&
hasElementPrefix
(
"
blurred
"
);
}
prefix
:
blurEnabled
?
"
blurred
"
:
""
Component.onCompleted
:
syncBlurEnabled
()
...
...
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