1
1
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:
Jehan
2025-08-26 16:44:38 +02:00
parent 8280058c5a
commit 66cdecb0fa
14 changed files with 209 additions and 119 deletions

View File

@@ -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)