13
0

fix duplicate inc/decrement in AutoSpin?

This commit is contained in:
Robin Gareus 2015-06-02 00:57:58 +02:00
parent 4dd5b184c8
commit e0fcd18ec6

View File

@ -74,6 +74,10 @@ AutoSpin::button_press (GdkEventButton *ev)
stop_spinning (0);
if (ev->type == GDK_2BUTTON_PRESS || ev->type == GDK_3BUTTON_PRESS ) {
return true;
}
if (ev->state & Keyboard::TertiaryModifier) {
/* use page shift */