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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user