Remove unused field in scrollable::Scrollbar
This commit is contained in:
parent
3f5ec5b20a
commit
aed5a0d5f9
1 changed files with 0 additions and 4 deletions
|
|
@ -199,7 +199,6 @@ impl<'a, Message, Renderer: crate::Renderer> Scrollable<'a, Message, Renderer> {
|
||||||
Some(Scrollbar {
|
Some(Scrollbar {
|
||||||
outer_bounds,
|
outer_bounds,
|
||||||
bounds: scrollbar_bounds,
|
bounds: scrollbar_bounds,
|
||||||
margin: self.scrollbar_margin,
|
|
||||||
scroller: Scroller {
|
scroller: Scroller {
|
||||||
bounds: scroller_bounds,
|
bounds: scroller_bounds,
|
||||||
},
|
},
|
||||||
|
|
@ -720,9 +719,6 @@ struct Scrollbar {
|
||||||
/// The bounds of the [`Scrollbar`].
|
/// The bounds of the [`Scrollbar`].
|
||||||
bounds: Rectangle,
|
bounds: Rectangle,
|
||||||
|
|
||||||
/// The margin within the [`Scrollbar`].
|
|
||||||
margin: u16,
|
|
||||||
|
|
||||||
/// The bounds of the [`Scroller`].
|
/// The bounds of the [`Scroller`].
|
||||||
scroller: Scroller,
|
scroller: Scroller,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue