Tus Apr 21 01:59:12 EDT 1998 Matthew Wilson <msw@gimp.org>

* app/iscissors.c: Remove the iscissors outline by stopping the
	draw_core before bezierifying the selection.  There may be
	memory leaks here (the iscissors stuff does not appear to be freed
	on bezierify)

--Matt
This commit is contained in:
Matt Wilson 1998-04-21 18:31:09 +00:00
parent b9212d84e7
commit aaaeed098b
4 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,10 @@
Tus Apr 21 01:59:12 EDT 1998 Matthew Wilson <msw@gimp.org>
* app/iscissors.c: Remove the iscissors outline by stopping the
draw_core before bezierifying the selection. There may be
memory leaks here (the iscissors stuff does not appear to be freed
on bezierify)
Mon Apr 20 18:15:54 PDT 1998 Manish Singh <yosh@gimp.org>
* app/main.c

View File

@ -1799,6 +1799,7 @@ bezierify_boundary (Tool *tool)
gdisp = (GDisplay *) tool->gdisp_ptr;
iscissors = (Iscissors *) tool->private;
draw_core_stop (iscissors->core, tool);
if (iscissors->num_pts < 4)
{

View File

@ -1799,6 +1799,7 @@ bezierify_boundary (Tool *tool)
gdisp = (GDisplay *) tool->gdisp_ptr;
iscissors = (Iscissors *) tool->private;
draw_core_stop (iscissors->core, tool);
if (iscissors->num_pts < 4)
{

View File

@ -1799,6 +1799,7 @@ bezierify_boundary (Tool *tool)
gdisp = (GDisplay *) tool->gdisp_ptr;
iscissors = (Iscissors *) tool->private;
draw_core_stop (iscissors->core, tool);
if (iscissors->num_pts < 4)
{