app: remove CONSTRUCT_ONLY from "premultiplied" of GimpOperationPointLayerMode

not because we want to change it after construction, but because it is
ugly to avoid setting it again in the generic "configure mode node" code.
This commit is contained in:
Michael Natterer
2012-04-05 12:47:34 +02:00
parent 3406bf0b69
commit 9113a59267

View File

@ -135,7 +135,7 @@ gimp_operation_point_layer_mode_class_init (GimpOperationPointLayerModeClass *kl
NULL, NULL,
TRUE,
GIMP_PARAM_READWRITE |
G_PARAM_CONSTRUCT_ONLY));
G_PARAM_CONSTRUCT));
for (i = 0; i < DISSOLVE_REPEAT_WIDTH * DISSOLVE_REPEAT_HEIGHT; i++)
dissolve_lut[i] = g_rand_int (rand);