Clicking an automation track line without a move adds a point on the line.

This commit is contained in:
nick_m 2015-06-22 00:47:08 +10:00
parent e0a076d2b6
commit d45a25e4a8

View File

@ -694,7 +694,7 @@ Editor::canvas_line_event (GdkEvent *event, ArdourCanvas::Item* item, Automation
} else {
type = AutomationLineItem;
}
clicked_axisview = &al->trackview;
return typed_event (item, event, type);
}