mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-24 06:07:29 +01:00
Mark Sequence as edited when one of its parent ControlSet's ControlLists is changed.
git-svn-id: svn://localhost/ardour2/branches/3.0@7404 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
6f5ee7c429
commit
d1b4599725
12 changed files with 60 additions and 20 deletions
|
|
@ -558,8 +558,12 @@ ControlList::mark_dirty () const
|
|||
{
|
||||
_lookup_cache.left = -1;
|
||||
_search_cache.left = -1;
|
||||
if (_curve)
|
||||
|
||||
if (_curve) {
|
||||
_curve->mark_dirty();
|
||||
}
|
||||
|
||||
Dirty (); /* EMIT SIGNAL */
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue