diff options
author | 2023-05-23 15:28:45 +0200 | |
---|---|---|
committer | 2023-05-23 15:28:45 +0200 | |
commit | 1234d528121265698f9f426ca89fc687dc95dc01 (patch) | |
tree | 6e33acf061bdb57c6f27724e4fba339660903081 /widget/src/slider.rs | |
parent | 1c86defab5f5491b5f6b6e45faabf1b91ed195a3 (diff) | |
download | iced-1234d528121265698f9f426ca89fc687dc95dc01.tar.gz iced-1234d528121265698f9f426ca89fc687dc95dc01.tar.bz2 iced-1234d528121265698f9f426ca89fc687dc95dc01.zip |
clippy
Diffstat (limited to 'widget/src/slider.rs')
-rw-r--r-- | widget/src/slider.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widget/src/slider.rs b/widget/src/slider.rs index d3c4a936..2851d8c3 100644 --- a/widget/src/slider.rs +++ b/widget/src/slider.rs @@ -433,7 +433,7 @@ pub fn draw<T, R>( width: handle_width, height: handle_height, }, - border_radius: handle_border_radius.into(), + border_radius: handle_border_radius, border_width: style.handle.border_width, border_color: style.handle.border_color, }, |