plug-ins, tests: Update Python plug-ins after b1736a67

Two instances of Gimp.Layer.group_new ()
were missed during the initial port.
This commit is contained in:
Alx Sa
2024-07-07 12:37:33 +00:00
parent ba79fd00d3
commit 86ef74ae95
2 changed files with 2 additions and 2 deletions

View File

@ -389,7 +389,7 @@ def load_ora(procedure, run_mode, file, metadata, flags, config, data):
if item.tag == 'stack':
name, x, y, opac, visible, layer_mode = get_group_layer_attributes(item)
gimp_layer = Gimp.Layer.group_new(img)
gimp_layer = Gimp.GroupLayer.new(img, name)
else:
path, name, x, y, opac, visible, layer_mode = get_layer_attributes(item)