summaryrefslogtreecommitdiffstats
path: root/widget/src/pick_list.rs
diff options
context:
space:
mode:
authorLibravatar Casper Storm <casper.storm@lich.io>2023-05-23 15:28:45 +0200
committerLibravatar Casper Storm <casper.storm@lich.io>2023-05-23 15:28:45 +0200
commit1234d528121265698f9f426ca89fc687dc95dc01 (patch)
tree6e33acf061bdb57c6f27724e4fba339660903081 /widget/src/pick_list.rs
parent1c86defab5f5491b5f6b6e45faabf1b91ed195a3 (diff)
downloadiced-1234d528121265698f9f426ca89fc687dc95dc01.tar.gz
iced-1234d528121265698f9f426ca89fc687dc95dc01.tar.bz2
iced-1234d528121265698f9f426ca89fc687dc95dc01.zip
clippy
Diffstat (limited to 'widget/src/pick_list.rs')
-rw-r--r--widget/src/pick_list.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/widget/src/pick_list.rs b/widget/src/pick_list.rs
index 8c445dda..dcd0629b 100644
--- a/widget/src/pick_list.rs
+++ b/widget/src/pick_list.rs
@@ -624,7 +624,7 @@ pub fn draw<'a, T, Renderer>(
bounds,
border_color: style.border_color,
border_width: style.border_width,
- border_radius: style.border_radius.into(),
+ border_radius: style.border_radius,
},
style.background,
);