mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
Make draw tool add points to track automation.
This commit is contained in:
parent
bfbb0f6178
commit
1b99e298e2
1 changed files with 1 additions and 0 deletions
|
|
@ -1561,6 +1561,7 @@ Editor::button_release_handler (ArdourCanvas::Item* item, GdkEvent* event, ItemT
|
||||||
|
|
||||||
switch (eff) {
|
switch (eff) {
|
||||||
case MouseObject:
|
case MouseObject:
|
||||||
|
case MouseDraw:
|
||||||
switch (item_type) {
|
switch (item_type) {
|
||||||
case AutomationTrackItem:
|
case AutomationTrackItem:
|
||||||
atv = dynamic_cast<AutomationTimeAxisView*>(clicked_axisview);
|
atv = dynamic_cast<AutomationTimeAxisView*>(clicked_axisview);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue