app/tools/gimpforegroundselecttool.c unset scroll-lock (bug #359548).

2006-10-04  Sven Neumann  <sven@gimp.org>

	* app/tools/gimpforegroundselecttool.c
	* app/tools/gimpfreeselecttool.c: unset scroll-lock (bug #359548).
This commit is contained in:
Sven Neumann 2006-10-04 15:42:33 +00:00 committed by Sven Neumann
parent 084d4e7ef7
commit a6471ff215
3 changed files with 8 additions and 3 deletions

View File

@ -1,6 +1,11 @@
2006-10-04 Sven Neumann <sven@gimp.org>
* plug-ins/maze/maze_face.c: minor cleanup.
* app/tools/gimpforegroundselecttool.c
* app/tools/gimpfreeselecttool.c: unset scroll-lock (bug #359548).
2006-10-04 Sven Neumann <sven@gimp.org>
* plug-ins/maze/maze_face.c: minor code cleanup.
2006-10-03 Manish Singh <yosh@gimp.org>

View File

@ -180,7 +180,7 @@ gimp_foreground_select_tool_init (GimpForegroundSelectTool *fg_select)
{
GimpTool *tool = GIMP_TOOL (fg_select);
gimp_tool_control_set_scroll_lock (tool->control, TRUE);
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_tool_cursor (tool->control,

View File

@ -124,7 +124,7 @@ gimp_free_select_tool_init (GimpFreeSelectTool *free_select)
{
GimpTool *tool = GIMP_TOOL (free_select);
gimp_tool_control_set_scroll_lock (tool->control, TRUE);
gimp_tool_control_set_scroll_lock (tool->control, FALSE);
gimp_tool_control_set_tool_cursor (tool->control,
GIMP_TOOL_CURSOR_FREE_SELECT);