We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c95547c commit b49352eCopy full SHA for b49352e
contrib/HDRMerge.lua
@@ -219,7 +219,7 @@ local function main()
219
dt.print(_('HDRMerge install issue, please ensure the binary path is correct'))
220
return
221
end
222
- images = dt.gui.selection() --get selected images
+ images = dt.gui.action_images --get selected images
223
if #images < 2 then --ensure enough images selected
224
dt.print(_('not enough images selected, select at least 2 images to merge'))
225
@@ -483,4 +483,4 @@ script_data.restart = restart
483
script_data.destroy_method = "hide"
484
script_data.show = restart
485
486
-return script_data
+return script_data
0 commit comments