Skip to content

Commit

Permalink
Remove useless conversion in widget::pane_grid
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Jul 6, 2023
1 parent c5a623f commit 0964f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widget/src/pane_grid.rs
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ pub fn draw<Renderer, T>(
renderer.fill_quad(
renderer::Quad {
bounds,
border_radius: hovered_region_style.border_radius.into(),
border_radius: hovered_region_style.border_radius,
border_width: hovered_region_style.border_width,
border_color: hovered_region_style.border_color,
},
Expand Down

0 comments on commit 0964f12

Please sign in to comment.