Fix missing undo for record mute automation.
This commit is contained in:
parent
7ade596c92
commit
e709512f14
@ -191,6 +191,9 @@ AutomationList::set_automation_state (AutoState s)
|
||||
{
|
||||
if (s != _state) {
|
||||
_state = s;
|
||||
if (s == Write) {
|
||||
_before = &get_state ();
|
||||
}
|
||||
automation_state_changed (s); /* EMIT SIGNAL */
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user