summaryrefslogtreecommitdiffstats
path: root/style
diff options
context:
space:
mode:
Diffstat (limited to 'style')
-rw-r--r--style/src/scrollable.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/style/src/scrollable.rs b/style/src/scrollable.rs
index 64a91b69..b528c444 100644
--- a/style/src/scrollable.rs
+++ b/style/src/scrollable.rs
@@ -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)
}
}