mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 08:14:58 +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
|
|
@ -79,7 +79,7 @@ Arrow::compute_bounding_box () const
|
|||
_line->x1() + (head_width / 2.0) + outline_pad,
|
||||
_line->y1());
|
||||
|
||||
_bounding_box_dirty = false;
|
||||
bb_clean ();
|
||||
}
|
||||
|
||||
/** Set whether to show an arrow head at one end or other
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue