mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
canvas: use Item::bb_clean() to mark _bounding_box_dirty false
This commit is contained in:
parent
5b123441f4
commit
ad6afbe68a
18 changed files with 35 additions and 21 deletions
|
|
@ -1316,3 +1316,10 @@ Item::set_layout_sensitive (bool yn)
|
|||
{
|
||||
_layout_sensitive = yn;
|
||||
}
|
||||
|
||||
void
|
||||
Item::bb_clean () const
|
||||
{
|
||||
_bounding_box_dirty = false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue