summaryrefslogtreecommitdiff
path: root/gtk2_ardour/marker.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-11-03 21:48:02 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2014-11-03 21:48:08 -0500
commitf1e6b28ab7759f9bc93eb965cbe7740f1bafb2d3 (patch)
treef2403f8e8789787c2215a7899378fe1259084889 /gtk2_ardour/marker.cc
parent56994e785ec49f79e65b2e31535119d85c7100a0 (diff)
use ArdourCanvas::TimeRectangle for regions, notes, markers
Diffstat (limited to 'gtk2_ardour/marker.cc')
-rw-r--r--gtk2_ardour/marker.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/marker.cc b/gtk2_ardour/marker.cc
index 6570825780..0ece9b39ac 100644
--- a/gtk2_ardour/marker.cc
+++ b/gtk2_ardour/marker.cc
@@ -248,7 +248,7 @@ Marker::Marker (PublicEditor& ed, ArdourCanvas::Container& parent, guint32 rgba,
group->name = string_compose ("Marker::group for %1", annotation);
#endif
- _name_background = new ArdourCanvas::Rectangle (group);
+ _name_background = new ArdourCanvas::TimeRectangle (group);
#ifdef CANVAS_DEBUG
_name_background->name = string_compose ("Marker::_name_background for %1", annotation);
#endif