mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
check if rv != nil, so it can still be run again if the user bails.
This commit is contained in:
parent
65e5152c6f
commit
7496f06fa3
1 changed files with 20 additions and 19 deletions
|
|
@ -17,7 +17,7 @@ function factory () return function ()
|
|||
}
|
||||
|
||||
local rv = LuaDialog.Dialog("Change all Meter Taps:", dialog_options):run()
|
||||
|
||||
if rv then
|
||||
meter_point = rv['select']
|
||||
if rv['select-tracks'] then
|
||||
local sel = Editor:get_selection ()
|
||||
|
|
@ -45,5 +45,6 @@ function factory () return function ()
|
|||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
end end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue