From aa9621e082340d181a50bb8f92cbe455c0016fa9 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Sat, 15 May 1999 01:17:59 +0000 Subject: [PATCH] Quick fix... --Sven --- ChangeLog | 5 +++++ app/paint_core.c | 2 +- app/tools/paint_core.c | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) 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))) {