mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
make inclusion/exclusion of hidden children optional in Item::add_child_bounding_boxes
This commit is contained in:
parent
5672419fff
commit
f66f7ba136
2 changed files with 3 additions and 3 deletions
|
|
@ -295,7 +295,7 @@ protected:
|
|||
/* our items, from lowest to highest in the stack */
|
||||
std::list<Item*> _items;
|
||||
|
||||
void add_child_bounding_boxes() const;
|
||||
void add_child_bounding_boxes (bool include_hidden = false) const;
|
||||
void render_children (Rect const & area, Cairo::RefPtr<Cairo::Context> context) const;
|
||||
|
||||
Duple scroll_offset() const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue