fix incorrect property change in AudioRegion::set_fade_out()
- should fix 7283
This commit is contained in:
parent
1519565890
commit
b3ef0a9e8d
@ -1095,7 +1095,7 @@ AudioRegion::set_fade_out (boost::shared_ptr<AutomationList> f)
|
|||||||
_fade_out->thaw ();
|
_fade_out->thaw ();
|
||||||
_default_fade_out = false;
|
_default_fade_out = false;
|
||||||
|
|
||||||
send_change (PropertyChange (Properties::fade_in));
|
send_change (PropertyChange (Properties::fade_out));
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user