Fix inconsistency in default implementation of scrollable::StyleSheet
This commit is contained in:
parent
c407b4504c
commit
dcccf7064d
1 changed files with 1 additions and 1 deletions
|
|
@ -65,6 +65,6 @@ pub trait StyleSheet {
|
|||
|
||||
/// Produces the style of a horizontal scrollbar that is being dragged.
|
||||
fn dragging_horizontal(&self, style: &Self::Style) -> Scrollbar {
|
||||
self.hovered(style, true)
|
||||
self.hovered_horizontal(style, true)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue