mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 21:25:46 +01:00
Fix fader motion accidentally broken in previous commit.
git-svn-id: svn://localhost/ardour2/branches/3.0@8498 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
648035dba9
commit
51a3dce3e8
1 changed files with 1 additions and 0 deletions
|
|
@ -123,6 +123,7 @@ bool
|
|||
PixFader::on_button_press_event (GdkEventButton* ev)
|
||||
{
|
||||
switch (ev->button) {
|
||||
case 1:
|
||||
case 2:
|
||||
add_modal_grab();
|
||||
grab_loc = (_orien == VERT) ? ev->y : ev->x;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue