Quick fix...
--Sven
This commit is contained in:
parent
114718ab36
commit
aa9621e082
3 changed files with 7 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)))
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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)))
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue