1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

bar: trigger repaint on opacity change

This commit is contained in:
bbedward
2025-10-15 09:03:31 -04:00
parent 5217006dec
commit aa7a07fd99

View File

@@ -257,6 +257,7 @@ Item {
function onDankBarBorderThicknessChanged() { root.requestRepaint() }
function onDankBarSpacingChanged() { root.requestRepaint() }
function onDankBarSquareCornersChanged() { root.requestRepaint() }
function onDankBarTransparencyChanged() { root.requestRepaint() }
}
onPaint: {