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:
Michael Natterer 2014-04-12 21:31:38 +02:00
parent 693d0d082b
commit 36905bf46c

View file

@ -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);