mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 23:25:43 +01:00
fix incorrect property change in AudioRegion::set_fade_out()
- should fix 7283
This commit is contained in:
parent
1519565890
commit
b3ef0a9e8d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue