mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 04:06:26 +01:00
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:
parent
46e86f6694
commit
61ab5e8967
1 changed files with 1 additions and 1 deletions
|
|
@ -3318,7 +3318,7 @@ LineDrag::motion (GdkEvent* event, bool)
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
LineDrag::finished (GdkEvent* event, bool)
|
LineDrag::finished (GdkEvent* event, bool movement_occured)
|
||||||
{
|
{
|
||||||
if (movement_occured) {
|
if (movement_occured) {
|
||||||
motion (event, false);
|
motion (event, false);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue