Lua script: reset_mixer: fix thinko that broke automation state reset
This commit is contained in:
parent
b95bb0bdac
commit
cb2e51808d
@ -203,7 +203,7 @@ function factory() return function()
|
||||
if not(msec:isnil()) then
|
||||
msec:set_value(1, disp)
|
||||
if auto then
|
||||
ctrl:set_automation_state(auto)
|
||||
msec:set_automation_state(auto)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user