mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 01:13:24 +00:00
core: Enable resize for GUI layer duplication
Resolves #13633 (for now)
Same rationale as 975d1a4a
, as diagnosed by Thomas Manni.
During 3.2 development, we can review and likely just set this as
the default value inside GimpDrawable.
For now, this is a limited bugfix for 3.0.x.
This commit is contained in:
parent
44e3655536
commit
a331caa9f2
1 changed files with 1 additions and 0 deletions
|
@ -832,6 +832,7 @@ layers_duplicate_cmd_callback (GimpAction *action,
|
|||
gimp_layer_get_parent (iter->data),
|
||||
gimp_item_get_index (iter->data),
|
||||
TRUE);
|
||||
gimp_drawable_enable_resize_undo (GIMP_DRAWABLE (new_layer));
|
||||
new_layers = g_list_prepend (new_layers, new_layer);
|
||||
|
||||
/* Import any attached layer effects */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue