mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-10-06 01:12:40 +02:00
app, menus, pdb: new file-open-as-link-layers action.
Revert the logic of opening all files as link layers back into loading their current content as normal layers. Instead just add a new action dedicated to open images as link layers and add it to the File menu. Per UX discussions with Aryeom.
This commit is contained in:
@@ -138,7 +138,7 @@ HELP
|
||||
GimpPDBStatusType status;
|
||||
|
||||
layers = file_open_layers (gimp, context, progress,
|
||||
image, FALSE,
|
||||
image, FALSE, FALSE,
|
||||
file, run_mode, NULL, &status, error);
|
||||
|
||||
if (layers)
|
||||
@@ -186,7 +186,7 @@ HELP
|
||||
GimpPDBStatusType status;
|
||||
|
||||
layer_list = file_open_layers (gimp, context, progress,
|
||||
image, FALSE,
|
||||
image, FALSE, FALSE,
|
||||
file, run_mode, NULL, &status, error);
|
||||
|
||||
if (layer_list)
|
||||
|
Reference in New Issue
Block a user