13
0

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:
Paul Davis 2018-11-10 21:51:53 -05:00
parent 4c622551ea
commit 4f671a0950

View File

@ -131,6 +131,8 @@ Rectangle::render (Rect const & area, Cairo::RefPtr<Cairo::Context> context) con
context->stroke ();
}
render_children (area, context);
}
void