mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 12:16:30 +01:00
Amend last commit.
This commit is contained in:
parent
d45a25e4a8
commit
d9c0aa4236
1 changed files with 5 additions and 0 deletions
|
|
@ -694,7 +694,12 @@ Editor::canvas_line_event (GdkEvent *event, ArdourCanvas::Item* item, Automation
|
||||||
} else {
|
} else {
|
||||||
type = AutomationLineItem;
|
type = AutomationLineItem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
clicked_control_point = 0;
|
||||||
clicked_axisview = &al->trackview;
|
clicked_axisview = &al->trackview;
|
||||||
|
clicked_routeview = dynamic_cast<RouteTimeAxisView*>(clicked_axisview);
|
||||||
|
clicked_regionview = 0;
|
||||||
|
|
||||||
return typed_event (item, event, type);
|
return typed_event (item, event, type);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue