scene gap is measured in frames, not msecs.
[ardour.git] / libs / canvas / container.cc
index 4190437e6ba4a1f49921d1e2292f766c29d42825..6aa265fd81721ca40838a65ada0f9e45f8c69b98 100644 (file)
@@ -37,6 +37,12 @@ Container::Container (Item* parent, Duple const & p)
 {
 }
 
+void
+Container::render (Rect const & area, Cairo::RefPtr<Cairo::Context> context) const
+{
+       Item::render_children (area, context);
+}
+
 void
 Container::compute_bounding_box () const
 {