Bill Skaggs <weskaggs@primate.ucdavis.edu>

* app/tools/gimpellipseselecttool.c (gimp_ellipse_select_tool_draw):
	Call gimp_rectangle_tool_draw.
This commit is contained in:
William Skaggs 2006-06-12 00:36:56 +00:00
parent 77c4b0541e
commit a442179713
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2006-06-11 Bill Skaggs <weskaggs@primate.ucdavis.edu>
* app/tools/gimpellipseselecttool.c (gimp_ellipse_select_tool_draw):
Call gimp_rectangle_tool_draw.
2006-06-11 Bill Skaggs <weskaggs@primate.ucdavis.edu>
* app/tools/gimprectangleselecttool.c: handle situations

View File

@ -126,6 +126,8 @@ gimp_ellipse_select_tool_draw (GimpDrawTool *draw_tool)
x2 - x1, y2 - y1,
0, 23040,
FALSE);
gimp_rectangle_tool_draw (draw_tool);
}
static void