mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-11 09:06:33 +01:00
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
1 changed files with 3 additions and 0 deletions
|
|
@ -213,6 +213,9 @@ CanvasPatchChange::on_event (GdkEvent* ev)
|
||||||
_region.patch_left (this);
|
_region.patch_left (this);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case GDK_BUTTON_RELEASE:
|
||||||
|
return true;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue