mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
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
1 changed files with 2 additions and 0 deletions
|
|
@ -131,6 +131,8 @@ Rectangle::render (Rect const & area, Cairo::RefPtr<Cairo::Context> context) con
|
|||
|
||||
context->stroke ();
|
||||
}
|
||||
|
||||
render_children (area, context);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue