Revert "core, display: Enable resize for GUI layer copying"
This reverts commit 975d1a4aa3.
This commit is contained in:
parent
50dfd8d9e9
commit
c5e9b51c0d
2 changed files with 0 additions and 2 deletions
|
|
@ -5666,7 +5666,6 @@ gimp_image_add_layers (GimpImage *image,
|
|||
|
||||
gimp_image_add_layer (image, GIMP_LAYER (new_item),
|
||||
parent, position, TRUE);
|
||||
gimp_drawable_enable_resize_undo (GIMP_DRAWABLE (new_item));
|
||||
position++;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -258,7 +258,6 @@ gimp_display_shell_drop_drawable (GtkWidget *widget,
|
|||
|
||||
gimp_image_add_layer (image, new_layer,
|
||||
GIMP_IMAGE_ACTIVE_PARENT, -1, TRUE);
|
||||
gimp_drawable_enable_resize_undo (GIMP_DRAWABLE (new_layer));
|
||||
|
||||
gimp_image_undo_group_end (image);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue