mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
control point drag: fix the way bounding-to-region is computed
This commit is contained in:
parent
2de76147d2
commit
e883c39e7a
3 changed files with 16 additions and 5 deletions
|
|
@ -194,7 +194,7 @@ protected:
|
|||
class ContiguousControlPoints : public std::list<ControlPoint*> {
|
||||
public:
|
||||
ContiguousControlPoints (AutomationLine& al);
|
||||
double clamp_dx (double dx);
|
||||
double clamp_dx (double dx, double region_limit);
|
||||
void move (double dx, double dvalue);
|
||||
void compute_x_bounds (PublicEditor& e);
|
||||
private:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue