Fixed a bug in the line-preview.
--Sven
This commit is contained in:
@ -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
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user