Re: gEDA-user: [PATCH] Fix distance display in lesstif HID.

2011-08-01 Thread Gabriel Paubert
On Mon, Aug 01, 2011 at 04:31:01PM -0700, Andrew Poelstra wrote: > On Mon, Aug 01, 2011 at 04:51:51PM +0200, Gabriel Paubert wrote: > > Hi, > > > > in src/did/lesstif/main.c, the Distance function is called > > with the parameters in the wrong order. > > > > This small patches fixes the probl

Re: gEDA-user: [PATCH] Fix distance display in lesstif HID.

2011-08-01 Thread Andrew Poelstra
On Mon, Aug 01, 2011 at 04:51:51PM +0200, Gabriel Paubert wrote: > Hi, > > in src/did/lesstif/main.c, the Distance function is called > with the parameters in the wrong order. > > This small patches fixes the problem. I still think that > the format is wrong, or at least the rounding to int

gEDA-user: [PATCH] Fix distance display in lesstif HID.

2011-08-01 Thread Gabriel Paubert
Hi, in src/did/lesstif/main.c, the Distance function is called with the parameters in the wrong order. This small patches fixes the problem. I still think that the format is wrong, or at least the rounding to integer mm/mil taking only the grid into account, but I've not yet decided on ho