mirror of https://github.com/GNOME/gimp.git
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:
parent
084d4e7ef7
commit
a6471ff215
|
@ -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>
|
||||
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue