click (no drag) on automation line now adds a new control point on the line (not fully checked for precision)

This commit is contained in:
Paul Davis 2014-02-19 13:22:41 -05:00
parent 46e86f6694
commit 61ab5e8967

View File

@ -3318,7 +3318,7 @@ LineDrag::motion (GdkEvent* event, bool)
}
void
LineDrag::finished (GdkEvent* event, bool)
LineDrag::finished (GdkEvent* event, bool movement_occured)
{
if (movement_occured) {
motion (event, false);