Skip to content

Commit 73e673e

Browse files
committed
widgets/cliprect: set default background color to white
Matches Rectangle.
1 parent abd9a3c commit 73e673e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/widgets/ClippingRectangle.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Item {
7777
anchors.fill: root
7878
fragmentShader: `qrc:/Quickshell/Widgets/shaders/cliprect${root.contentUnderBorder ? "-ub" : ""}.frag.qsb`
7979
property Rectangle rect: rectangle
80-
property color backgroundColor
80+
property color backgroundColor: "white"
8181
property color borderColor: root.border.color
8282

8383
property ShaderEffectSource content: ShaderEffectSource {

0 commit comments

Comments
 (0)