mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Canvas; items added to a box become layout sensitive
This commit is contained in:
parent
370b045715
commit
ba782dd097
1 changed files with 2 additions and 0 deletions
|
|
@ -414,6 +414,7 @@ Box::add (Item* i)
|
|||
}
|
||||
|
||||
Item::add (i);
|
||||
i->set_layout_sensitive (true);
|
||||
queue_resize ();
|
||||
}
|
||||
|
||||
|
|
@ -425,6 +426,7 @@ Box::add_front (Item* i)
|
|||
}
|
||||
|
||||
Item::add_front (i);
|
||||
i->set_layout_sensitive (true);
|
||||
queue_resize ();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue