mirror of https://github.com/GNOME/gimp.git
app: don't invalidate gradient cache upon gradient-type changes
In GimpOperationGradient, since we no longer avoid using the gradient cache for conical gradients, the gradient type doesn't affect the cache.
This commit is contained in:
parent
740bfa5c75
commit
2d19848277
|
@ -490,8 +490,6 @@ gimp_operation_gradient_set_property (GObject *object,
|
|||
|
||||
case PROP_GRADIENT_TYPE:
|
||||
self->gradient_type = g_value_get_enum (value);
|
||||
|
||||
gimp_operation_gradient_invalidate_cache (self);
|
||||
break;
|
||||
|
||||
case PROP_GRADIENT_REPEAT:
|
||||
|
|
Loading…
Reference in New Issue