mirror of https://github.com/GNOME/gimp.git
set precision back to PIXEL_CENTER because it's set to SUBPIXEL by the
2008-08-21 Michael Natterer <mitch@gimp.org> * app/tools/gimpforegroundselecttool.c (gimp_foreground_select_tool_init): set precision back to PIXEL_CENTER because it's set to SUBPIXEL by the parent class. svn path=/trunk/; revision=26687
This commit is contained in:
parent
120b65469f
commit
9fc779f44f
|
@ -1,3 +1,9 @@
|
|||
2008-08-21 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/tools/gimpforegroundselecttool.c
|
||||
(gimp_foreground_select_tool_init): set precision back to
|
||||
PIXEL_CENTER because it's set to SUBPIXEL by the parent class.
|
||||
|
||||
2008-08-20 Martin Nordholts <martinn@svn.gnome.org>
|
||||
|
||||
* app/display/gimpdisplayshell-scroll.c: Use a constant for the
|
||||
|
|
|
@ -185,6 +185,8 @@ gimp_foreground_select_tool_init (GimpForegroundSelectTool *fg_select)
|
|||
gimp_tool_control_set_scroll_lock (tool->control, FALSE);
|
||||
gimp_tool_control_set_preserve (tool->control, FALSE);
|
||||
gimp_tool_control_set_dirty_mask (tool->control, GIMP_DIRTY_IMAGE_SIZE);
|
||||
gimp_tool_control_set_precision (tool->control,
|
||||
GIMP_CURSOR_PRECISION_PIXEL_CENTER);
|
||||
gimp_tool_control_set_tool_cursor (tool->control,
|
||||
GIMP_TOOL_CURSOR_FREE_SELECT);
|
||||
|
||||
|
|
Loading…
Reference in New Issue