mirror of https://github.com/GNOME/gimp.git
app: make GimpPaintOptions' "use-applicator" default to FALSE again
This commit is contained in:
parent
485094b9da
commit
a1b844897c
|
@ -181,7 +181,7 @@ gimp_paint_options_class_init (GimpPaintOptionsClass *klass)
|
|||
g_param_spec_boolean ("use-applicator",
|
||||
"Use GimpApplicator",
|
||||
NULL,
|
||||
TRUE,
|
||||
FALSE,
|
||||
G_PARAM_READWRITE |
|
||||
G_PARAM_CONSTRUCT));
|
||||
|
||||
|
|
Loading…
Reference in New Issue