app: default to use gegl applicator in paint tools

Temporarily slower - but permits paint modes like overlay/softlight to work at
all for linear TRC pixel encodings. Should be reverted when the non-graph
approach works properly again.
This commit is contained in:
Øyvind Kolås 2017-01-12 18:52:49 +01:00
parent dc5b86f0eb
commit 0bc45c8cd0
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ gimp_paint_options_class_init (GimpPaintOptionsClass *klass)
g_param_spec_boolean ("use-applicator",
"Use GimpApplicator",
NULL,
FALSE,
TRUE,
G_PARAM_READWRITE |
G_PARAM_CONSTRUCT));