summaryrefslogtreecommitdiffstats
path: root/examples/custom_widget/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/custom_widget/src/main.rs')
-rw-r--r--examples/custom_widget/src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/custom_widget/src/main.rs b/examples/custom_widget/src/main.rs
index 7ffb4cd0..f5c34d6b 100644
--- a/examples/custom_widget/src/main.rs
+++ b/examples/custom_widget/src/main.rs
@@ -65,6 +65,7 @@ mod circle {
border_radius: self.radius.into(),
border_width: 0.0,
border_color: Color::TRANSPARENT,
+ shadow: Default::default(),
},
Color::BLACK,
);