[Gimp-developer] possible bug



Hi,

I have found a possible bug
in gimp/app/display/gimpdisplayshell-transform.c:285. The line is as
follows:
*rotated_coords = *rotated_coords

Is it possible that it should be the following?
*rotated_coords = *unrotated_coords

Also, the documentation for the function containing this line and the next
function appear to be wrong.

Thanks,
wt


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]