Fixed a bug in the line-preview.

--Sven
This commit is contained in:
Sven Neumann
1999-08-01 14:26:59 +00:00
parent 61724bfb50
commit 5d929fb51b
3 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Sun Aug 1 16:27:27 MEST 1999 Sven Neumann <sven@gimp.org>
* app/paint_core.c: Fixed a bug in the line-preview.
1999-08-01 Tor Lillqvist <tml@iki.fi>
* app/channel_ops.c (offset_halfheight_callback): Fix

View File

@ -261,6 +261,7 @@ paint_core_button_press (Tool *tool,
/* Paint to the image */
if (draw_line)
{
draw_core_pause (paint_core->core, tool);
paint_core_interpolate (paint_core, drawable);
paint_core->lastx = paint_core->curx;
paint_core->lasty = paint_core->cury;

View File

@ -261,6 +261,7 @@ paint_core_button_press (Tool *tool,
/* Paint to the image */
if (draw_line)
{
draw_core_pause (paint_core->core, tool);
paint_core_interpolate (paint_core, drawable);
paint_core->lastx = paint_core->curx;
paint_core->lasty = paint_core->cury;