app: in prop gui & co., allow picking outside drawable bounds

Add a boolean 'pick_abyss' parameter to GimpCreatePickerFunc.  When
this parameter is TRUE, the picker should pick outside the bounds
of the drawable.  Use FALSE for color pickers, and TRUE for position
pickers.
This commit is contained in:
Ell
2017-05-03 10:41:12 -04:00
parent 3c7a54829d
commit bc4589968c
7 changed files with 42 additions and 14 deletions

View File

@ -323,7 +323,8 @@ gimp_levels_tool_color_picker_new (GimpLevelsTool *tool,
return gimp_filter_tool_add_color_picker (GIMP_FILTER_TOOL (tool),
GUINT_TO_POINTER (value),
icon_name,
help);
help,
/* pick_abyss = */ FALSE);
}
static void