remove use of TimeRectangle

This commit is contained in:
Paul Davis 2015-02-11 21:56:44 -05:00
parent a992a2e6e0
commit 11cfdd4c6d
7 changed files with 10 additions and 10 deletions

View file

@ -256,7 +256,7 @@ Marker::Marker (PublicEditor& ed, ArdourCanvas::Container& parent, guint32 rgba,
group->name = string_compose ("Marker::group for %1", annotation);
#endif
_name_background = new ArdourCanvas::TimeRectangle (group);
_name_background = new ArdourCanvas::Rectangle (group);
#ifdef CANVAS_DEBUG
_name_background->name = string_compose ("Marker::_name_background for %1", annotation);
#endif