fix mechanism used for moving/dragging clip end handles

This commit is contained in:
Paul Davis 2024-12-27 14:10:00 -07:00
parent 84c78db3ad
commit dbcf4c14f4

View file

@ -7642,7 +7642,7 @@ ClipEndDrag::motion (GdkEvent*, bool)
r.x0 = r.x1 - 1.;
}
dragging_rect->set (r);
dragging_rect->set_position (ArdourCanvas::Duple (r.x0, 0.0));
}
void