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:
parent
4c622551ea
commit
4f671a0950
@ -131,6 +131,8 @@ Rectangle::render (Rect const & area, Cairo::RefPtr<Cairo::Context> context) con
|
||||
|
||||
context->stroke ();
|
||||
}
|
||||
|
||||
render_children (area, context);
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user