mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 20:29:35 +01:00
canvas: when an item has its bbox marked dirty, this should propagate to all parents
This commit is contained in:
parent
d54d63da3a
commit
c75ceb31ab
16 changed files with 71 additions and 58 deletions
|
|
@ -127,7 +127,7 @@ XFadeCurve::set_inout (Points const & in, Points const & out)
|
|||
begin_change ();
|
||||
_in.points = in;
|
||||
_out.points = out;
|
||||
_bounding_box_dirty = true;
|
||||
set_bbox_dirty ();
|
||||
interpolate ();
|
||||
end_change ();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue