app: use the DEFAULT_USE_PATTERN define instead of TRUE in GimpPreset

This commit is contained in:
Michael Natterer
2019-05-30 11:47:16 +02:00
parent f946a5268d
commit e7307194cf

View File

@ -174,7 +174,7 @@ gimp_tool_preset_class_init (GimpToolPresetClass *klass)
"use-pattern",
_("Apply stored pattern"),
NULL,
TRUE,
DEFAULT_USE_PATTERN,
GIMP_PARAM_STATIC_STRINGS);
GIMP_CONFIG_PROP_BOOLEAN (object_class, PROP_USE_PALETTE,