make double-click on patch change launch patch change editor

This commit is contained in:
Paul Davis 2016-05-22 10:19:36 -04:00
parent a448b5ea12
commit e3c4f5fa98
1 changed files with 3 additions and 0 deletions

View File

@ -6021,6 +6021,9 @@ void
PatchChangeDrag::finished (GdkEvent* ev, bool movement_occurred)
{
if (!movement_occurred) {
if (was_double_click()) {
_region_view->edit_patch_change (_patch_change);
}
return;
}