mirror of https://github.com/GNOME/gimp.git
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:
parent
dc5b86f0eb
commit
0bc45c8cd0
|
@ -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));
|
||||
|
||||
|
|
Loading…
Reference in New Issue