aboutsummaryrefslogtreecommitdiff
path: root/src/crystfelimageview.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/crystfelimageview.c')
-rw-r--r--src/crystfelimageview.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/crystfelimageview.c b/src/crystfelimageview.c
index a50fc93b..3bfd7ce4 100644
--- a/src/crystfelimageview.c
+++ b/src/crystfelimageview.c
@@ -140,6 +140,8 @@ static gint scroll_sig(GtkWidget *window, GdkEventScroll *event,
zoom_scale = 0.9;
claim = TRUE;
}
+ if ( event->direction == GDK_SCROLL_LEFT ) return TRUE;
+ if ( event->direction == GDK_SCROLL_RIGHT ) return TRUE;
if ( claim ) {