13
0

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:
Carl Hetherington 2012-06-01 19:49:33 +00:00
parent c1c5151ca4
commit 66af96b7cf

View File

@ -213,6 +213,9 @@ CanvasPatchChange::on_event (GdkEvent* ev)
_region.patch_left (this);
break;
case GDK_BUTTON_RELEASE:
return true;
default:
break;
}