Issue #15273: New Layer Dialog is missing controls for setting layer offset.
This commit is contained in:
parent
36dbb5f937
commit
4ff7fc9003
1 changed files with 1 additions and 1 deletions
|
|
@ -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:"));
|
||||
|
|
|
|||
Loading…
Reference in a new issue