mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 20:29:35 +01:00
Fix missing undo for record mute automation.
This commit is contained in:
parent
7ade596c92
commit
e709512f14
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue