some help please

 From:  Michael Gibson
5105.11 In reply to 5105.9 
Hi southpaw,

> (setting to 3 zeros from 2 zeros didn't work.)

Yeah that will only have an effect if you're using decimal type display and not "feet & inches" fractional type display for distances.

I think I see where the bug is - in order to conserve space on that area if the numbers being displayed are over a value of 100 it tries to display feet only and no inches at all but it assumes that the number it is given is in feet when it's actually in inches. So it is a left-over bit that didn't get updated properly when it became possible for having "feet & inches" type display with units=inches instead of only units=feet.

It looks like the bug is localized just to the properties panel UI so it should be easy for me to post a fix right here for it.

- Michael