[gimp] app: default to use gegl applicator in paint tools
- From: Øyvind Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: default to use gegl applicator in paint tools
- Date: Thu, 12 Jan 2017 17:56:41 +0000 (UTC)
commit 0bc45c8cd035315a2e9c1c82fb1fb008e0853a08
Author: Øyvind Kolås <pippin gimp org>
Date: Thu Jan 12 18:52:49 2017 +0100
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.
app/paint/gimppaintoptions.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/paint/gimppaintoptions.c b/app/paint/gimppaintoptions.c
index 8756388..f8c2acc 100644
--- a/app/paint/gimppaintoptions.c
+++ b/app/paint/gimppaintoptions.c
@@ -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));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]