Quick fix...

--Sven
This commit is contained in:
Sven Neumann 1999-05-15 01:17:59 +00:00
parent 114718ab36
commit aa9621e082
3 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
Sat May 15 03:15:49 MEST 1999 Sven Neumann <sven@gimp.org>
* app/paint_core.c: Works even better if the cursor position is
correctly transformed ;-)
Sat May 15 01:55:12 MEST 1999 Sven Neumann <sven@gimp.org>
* app/menus.c: Moved the seperator down so that it seperates the MRU

View file

@ -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)))
{

View file

@ -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)))
{