GtkImageView crashes with the following message when using the horizontal mouse wheel.
This is reproducible on the 'interactive' test program.
** ERROR:(gtkimageview.c:897):gtk_image_view_scroll_event: assertion failed: (ev->direction == GDK_SCROLL_UP
ev->direction == GDK_SCROLL_DOWN)
Aborted
If you do not have a mouse with an horizontal wheel then that can easily be simulated by remapping the vertical wheel events from 4/5 to 6/7 with something like this:
xmodmap -e "pointer = 1 2 3 6 7"
Change History
Download in other formats:
|