diff options
Diffstat (limited to 'fastiv-view.c')
-rw-r--r-- | fastiv-view.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fastiv-view.c b/fastiv-view.c index b79fcab..700dc9b 100644 --- a/fastiv-view.c +++ b/fastiv-view.c @@ -269,6 +269,8 @@ fastiv_view_scroll_event(GtkWidget *widget, GdkEventScroll *event) FastivView *self = FASTIV_VIEW(widget); if (!self->surface) return FALSE; + if (event->state & gtk_accelerator_get_default_mod_mask()) + return FALSE; switch (event->direction) { case GDK_SCROLL_UP: |