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/pane_grid | |
| parent | 1c86defab5f5491b5f6b6e45faabf1b91ed195a3 (diff) | |
| download | iced-1234d528121265698f9f426ca89fc687dc95dc01.tar.gz iced-1234d528121265698f9f426ca89fc687dc95dc01.tar.bz2 iced-1234d528121265698f9f426ca89fc687dc95dc01.zip | |
clippy
Diffstat (limited to '')
| -rw-r--r-- | widget/src/pane_grid.rs | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/widget/src/pane_grid.rs b/widget/src/pane_grid.rs index e6ffb1d6..7bddc4a6 100644 --- a/widget/src/pane_grid.rs +++ b/widget/src/pane_grid.rs @@ -857,8 +857,7 @@ pub fn draw<Renderer, T>(                              renderer::Quad {                                  bounds,                                  border_radius: hovered_region_style -                                    .border_radius -                                    .into(), +                                    .border_radius,                                  border_width: hovered_region_style.border_width,                                  border_color: hovered_region_style.border_color,                              }, | 
