summaryrefslogtreecommitdiffstats
path: root/examples/custom_widget.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--examples/custom_widget.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/custom_widget.rs b/examples/custom_widget.rs
index ca562ead..1f51ee54 100644
--- a/examples/custom_widget.rs
+++ b/examples/custom_widget.rs
@@ -63,6 +63,8 @@ mod circle {
bounds: layout.bounds(),
background: Background::Color(Color::BLACK),
border_radius: self.radius,
+ border_width: 0,
+ border_color: Color::TRANSPARENT,
},
MouseCursor::OutOfBounds,
)