Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't allow deletion of the first control point in automation lines
It seems to be an invariant that automation lines always have an "anchor" control point at time zero. That control point is set when the first real control point is set. It thus seems like it shouldn't be possible to remove it unless the whole control set is being cleared.. However: If it really is an important invariant, it should be enforced at a lower level. And it is also possible to drag the anchor away from time zero, thus raising the question of when it is an anchor and why it is needed. It seems like automation generally works fine without these anchors.
- Loading branch information