app: enable caching on layer mode ops

This commit is contained in:
Massimo Valentini 2013-08-10 16:25:50 +02:00
parent dae8291065
commit 35b5b624e9
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ gimp_operation_point_layer_mode_class_init (GimpOperationPointLayerModeClass *kl
operation_class->prepare = gimp_operation_point_layer_mode_prepare;
operation_class->process = gimp_operation_point_layer_mode_process;
operation_class->no_cache = FALSE;
g_object_class_install_property (object_class, PROP_LINEAR,
g_param_spec_boolean ("linear",