Issue #15273: New Layer Dialog is missing controls for setting layer offset.

This commit is contained in:
Jehan 2025-12-05 21:53:40 +01:00
parent 36dbb5f937
commit 4ff7fc9003

View file

@ -331,7 +331,7 @@ layer_options_dialog_new (GimpImage *image,
row += 2;
}
if (layer && ! gimp_item_is_vector_layer (GIMP_ITEM (layer)))
if (! layer || ! gimp_item_is_vector_layer (GIMP_ITEM (layer)))
{
/* The offset labels */
label = gtk_label_new (_("Offset X:"));