Set tool->preserve to TRUE in tools_new_iscissors.

Tue Mar 31 03:10:12 EST 1998 Matthew Wilson <msw@gimp.org>

	* app/iscissors.c: Set tool->preserve to TRUE in tools_new_iscissors.

--Matt "forgets files when committing" Wilson
This commit is contained in:
EST 1998 Matthew Wilson 1998-03-31 08:04:22 +00:00 committed by Matt Wilson
parent aee27f1715
commit beb9573a9b
3 changed files with 3 additions and 0 deletions

View File

@ -458,6 +458,7 @@ tools_new_iscissors ()
tool->cursor_update_func = rect_select_cursor_update;
tool->control_func = iscissors_control;
tool->auto_snap_to = 0;
tool->preserve = TRUE;
last_tool = tool;

View File

@ -458,6 +458,7 @@ tools_new_iscissors ()
tool->cursor_update_func = rect_select_cursor_update;
tool->control_func = iscissors_control;
tool->auto_snap_to = 0;
tool->preserve = TRUE;
last_tool = tool;

View File

@ -458,6 +458,7 @@ tools_new_iscissors ()
tool->cursor_update_func = rect_select_cursor_update;
tool->control_func = iscissors_control;
tool->auto_snap_to = 0;
tool->preserve = TRUE;
last_tool = tool;