summaryrefslogtreecommitdiffstats
path: root/native/src/widget/image/viewer.rs
diff options
context:
space:
mode:
Diffstat (limited to 'native/src/widget/image/viewer.rs')
-rw-r--r--native/src/widget/image/viewer.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/native/src/widget/image/viewer.rs b/native/src/widget/image/viewer.rs
index 645ce852..486d5fa5 100644
--- a/native/src/widget/image/viewer.rs
+++ b/native/src/widget/image/viewer.rs
@@ -286,6 +286,7 @@ where
layout: Layout<'_>,
cursor_position: Point,
_viewport: &Rectangle,
+ _renderer: &Renderer,
) -> mouse::Interaction {
let bounds = layout.bounds();
let is_mouse_over = bounds.contains(cursor_position);