diff --git a/ChangeLog b/ChangeLog index 8c6ecaaa02..331559ba9e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat May 15 03:15:49 MEST 1999 Sven Neumann + + * app/paint_core.c: Works even better if the cursor position is + correctly transformed ;-) + Sat May 15 01:55:12 MEST 1999 Sven Neumann * app/menus.c: Moved the seperator down so that it seperates the MRU diff --git a/app/paint_core.c b/app/paint_core.c index 96328e3a7a..d01aff8fef 100644 --- a/app/paint_core.c +++ b/app/paint_core.c @@ -340,7 +340,7 @@ paint_core_cursor_update (tool, mevent, gdisp_ptr) draw_core_pause (paint_core->core, tool); gdisplay_untransform_coords (gdisp, (double) mevent->x, (double) mevent->y, - &x, &y, TRUE, TRUE); + &x, &y, TRUE, FALSE); if ((layer = gimage_get_active_layer (gdisp->gimage))) { diff --git a/app/tools/paint_core.c b/app/tools/paint_core.c index 96328e3a7a..d01aff8fef 100644 --- a/app/tools/paint_core.c +++ b/app/tools/paint_core.c @@ -340,7 +340,7 @@ paint_core_cursor_update (tool, mevent, gdisp_ptr) draw_core_pause (paint_core->core, tool); gdisplay_untransform_coords (gdisp, (double) mevent->x, (double) mevent->y, - &x, &y, TRUE, TRUE); + &x, &y, TRUE, FALSE); if ((layer = gimage_get_active_layer (gdisp->gimage))) {