use ArdourCanvas::TimeRectangle for regions, notes, markers

This commit is contained in:
Paul Davis 2014-11-03 21:48:02 -05:00
parent 56994e785e
commit f1e6b28ab7
9 changed files with 21 additions and 20 deletions

View file

@ -262,7 +262,7 @@ AudioStreamView::setup_rec_box ()
break;
}
ArdourCanvas::Rectangle * rec_rect = new ArdourCanvas::Rectangle (_canvas_group);
ArdourCanvas::Rectangle * rec_rect = new ArdourCanvas::TimeRectangle (_canvas_group);
rec_rect->set_x0 (xstart);
rec_rect->set_y0 (0);
rec_rect->set_x1 (xend);