Claim button release on patch change events so that
editing a patch change does not also open the region editor for any selected regions. git-svn-id: svn://localhost/ardour2/branches/3.0@12531 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
c1c5151ca4
commit
66af96b7cf
@ -213,6 +213,9 @@ CanvasPatchChange::on_event (GdkEvent* ev)
|
||||
_region.patch_left (this);
|
||||
break;
|
||||
|
||||
case GDK_BUTTON_RELEASE:
|
||||
return true;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user