app: foreground select: the initial rough selection is an unknown area
not the foreground area. This seems to make the tool do something useful.
This commit is contained in:
parent
693d0d082b
commit
36905bf46c
1 changed files with 1 additions and 1 deletions
|
|
@ -752,7 +752,7 @@ gimp_foreground_select_tool_select (GimpFreeSelectTool *free_sel,
|
|||
gimp_image_get_mask_format (image));
|
||||
|
||||
gimp_scan_convert_render_value (scan_convert, fg_select->trimap,
|
||||
0, 0, 1.0);
|
||||
0, 0, 0.5);
|
||||
gimp_scan_convert_free (scan_convert);
|
||||
|
||||
gimp_foreground_select_tool_set_trimap (fg_select, display);
|
||||
|
|
|
|||
Loading…
Reference in a new issue