13
0

fix incorrect property change in AudioRegion::set_fade_out()

- should fix 7283
This commit is contained in:
nick_m 2017-03-11 01:11:25 +11:00
parent 1519565890
commit b3ef0a9e8d

View File

@ -1095,7 +1095,7 @@ AudioRegion::set_fade_out (boost::shared_ptr<AutomationList> f)
_fade_out->thaw ();
_default_fade_out = false;
send_change (PropertyChange (Properties::fade_in));
send_change (PropertyChange (Properties::fade_out));
}
void