mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
add Group::clear(), do not clear _canvas member of Item when unparented (only the parent is changed)
This commit is contained in:
parent
fee8de9787
commit
fca81c9a6a
5 changed files with 67 additions and 171 deletions
|
|
@ -40,6 +40,7 @@ public:
|
|||
|
||||
void add (Item *);
|
||||
void remove (Item *);
|
||||
void clear (bool with_delete = false);
|
||||
std::list<Item*> const & items () const {
|
||||
return _items;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue