mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Undo more incorrect sample/frame replacements
This commit is contained in:
parent
889bd35f4f
commit
46f0b75e12
9 changed files with 25 additions and 27 deletions
|
|
@ -255,7 +255,7 @@ FramedCurve::render (Rect const & area, Cairo::RefPtr<Cairo::Context> context) c
|
|||
break;
|
||||
case Inside:
|
||||
context->stroke_preserve ();
|
||||
/* close the sample, possibly using the last _point's x rather than samples[right].x */
|
||||
/* close the frame, possibly using the last _point's x rather than samples[right].x */
|
||||
window_space = item_to_window (Duple (last_sample.x, draw.height()));
|
||||
context->line_to (window_space.x, window_space.y);
|
||||
window_space = item_to_window (Duple (first_sample.x, draw.height()));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue