Skip to content

Commit b6d505f

Browse files
committed
fix: update blur mask after changing radius
1 parent c7bae60 commit b6d505f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package/contents/ui/main.qml

+5
Original file line numberDiff line numberDiff line change
@@ -991,6 +991,11 @@ PlasmoidItem {
991991
updateMask()
992992
}
993993

994+
onTopLeftRadiusChanged: updateMask()
995+
onTopRightRadiusChanged: updateMask()
996+
onBottomLeftRadiusChanged: updateMask()
997+
onBottomRightRadiusChanged: updateMask()
998+
994999
// TODO find where does 16 and 8 come from instead of blindly hardcoding them
9951000
property real moveX: {
9961001
let m = horizontal ? 0 : (panelElement?.floating && plasmoid.location === PlasmaCore.Types.RightEdge ? 16 : 0)

0 commit comments

Comments
 (0)