mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-29 16:02:51 -05:00
bar: trigger repaint on opacity change
This commit is contained in:
@@ -257,6 +257,7 @@ Item {
|
|||||||
function onDankBarBorderThicknessChanged() { root.requestRepaint() }
|
function onDankBarBorderThicknessChanged() { root.requestRepaint() }
|
||||||
function onDankBarSpacingChanged() { root.requestRepaint() }
|
function onDankBarSpacingChanged() { root.requestRepaint() }
|
||||||
function onDankBarSquareCornersChanged() { root.requestRepaint() }
|
function onDankBarSquareCornersChanged() { root.requestRepaint() }
|
||||||
|
function onDankBarTransparencyChanged() { root.requestRepaint() }
|
||||||
}
|
}
|
||||||
|
|
||||||
onPaint: {
|
onPaint: {
|
||||||
|
|||||||
Reference in New Issue
Block a user