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:
Ell 2018-04-26 05:33:30 -04:00
parent 740bfa5c75
commit 2d19848277
1 changed files with 0 additions and 2 deletions

View File

@ -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: