mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
fix duplicate inc/decrement in AutoSpin?
This commit is contained in:
parent
4dd5b184c8
commit
e0fcd18ec6
1 changed files with 4 additions and 0 deletions
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue