@@ -4962,7 +4962,7 @@ function plugindef()
4962
4962
finaleplugin .ExecuteHttpsCalls = true
4963
4963
finaleplugin .Author = " Robert Patterson"
4964
4964
finaleplugin .Copyright = " CC0 https://creativecommons.org/publicdomain/zero/1.0/"
4965
- finaleplugin .Version = " 3.0.2 "
4965
+ finaleplugin .Version = " 3.0.3 "
4966
4966
finaleplugin .Date = " October 29, 2023"
4967
4967
finaleplugin .CategoryTags = " Lyrics"
4968
4968
finaleplugin .Notes = [[
@@ -5309,7 +5309,7 @@ local function on_selection_changed(text_ctrl)
5309
5309
global_dialog :GetControl (" showfont" ):SetText (fontInfo :CreateDescription ())
5310
5310
end
5311
5311
end
5312
- local function on_timer (_ , timer_id )
5312
+ local function on_timer (_dialog , timer_id )
5313
5313
if timer_id ~= context .global_timer_id then return end
5314
5314
local curr_doc_id = finale .FCDocument ().ID
5315
5315
if curr_doc_id ~= context .current_document_id then
@@ -5462,7 +5462,7 @@ local function create_dialog_box()
5462
5462
dlg :CreateButton (xoff , yoff , " update" )
5463
5463
:SetText (" Update" )
5464
5464
:SetWidth (110 )
5465
- :AddHandleCommand (function (_ ) update_document () end )
5465
+ :AddHandleCommand (function (_control ) update_document () end )
5466
5466
xoff = xoff + 120
5467
5467
dlg :CreateCheckbox (xoff , yoff , " auto_update" )
5468
5468
:SetText (" Update Automatically" )
@@ -5474,7 +5474,7 @@ local function create_dialog_box()
5474
5474
dlg :CreateButton (xoff , yoff , " refresh" )
5475
5475
:SetText (" Get from Document" )
5476
5476
:SetWidth (150 )
5477
- :AddHandleCommand (function (_ )
5477
+ :AddHandleCommand (function (_control )
5478
5478
update_dlg_text ({reset_undo = false })
5479
5479
end )
5480
5480
dlg :CreateCloseButton (xoff + text_width - 80 , yoff )
0 commit comments