Skip to content

Commit b49352e

Browse files
committed
HDRMerge: use action_images to allow merging a selected group
1 parent c95547c commit b49352e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/HDRMerge.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ local function main()
219219
dt.print(_('HDRMerge install issue, please ensure the binary path is correct'))
220220
return
221221
end
222-
images = dt.gui.selection() --get selected images
222+
images = dt.gui.action_images --get selected images
223223
if #images < 2 then --ensure enough images selected
224224
dt.print(_('not enough images selected, select at least 2 images to merge'))
225225
return
@@ -483,4 +483,4 @@ script_data.restart = restart
483483
script_data.destroy_method = "hide"
484484
script_data.show = restart
485485

486-
return script_data
486+
return script_data

0 commit comments

Comments
 (0)