Add primary-modifier click on monitor knobs to go to -inf dB (part

of patch by emem in #4726).


git-svn-id: svn://localhost/ardour2/branches/3.0@12511 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington
2012-05-31 18:04:54 +00:00
parent 6a4628e50a
commit 19becdf7e0

View File

@@ -184,7 +184,10 @@ MotionFeedback::pixwin_button_release_event (GdkEventButton *ev)
/* shift click back to the default */
_controllable->set_value (default_value);
return true;
}
} else if (Keyboard::modifier_state_equals (ev->state, Keyboard::PrimaryModifier)) {
/* ctrl click back to the minimum value */
_controllable->set_value (_controllable->lower ());
}
break;
case 3: