make ArdourCanvas::Rectangle render its children
it is common to want to pack things inside a rectangle, so make it work
This commit is contained in:
@@ -131,6 +131,8 @@ Rectangle::render (Rect const & area, Cairo::RefPtr<Cairo::Context> context) con
|
||||
|
||||
context->stroke ();
|
||||
}
|
||||
|
||||
render_children (area, context);
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user