some help please

 From:  Michael Gibson
5105.21 In reply to 5105.20 
Hi southpaw,

> It seems the measurements are registered correctly in the
> software, just not displayed correctly.

Yup, the bug did not impact entering the values, just the display of it in that one particular area of the UI, and just with some particular situations (units = inches, "feet & inches" type display, and then trying to display a value of over 100 inches in size).


> It works great!!!

Great!


> When you do make the fix and it rounds up, please consider
> providing checkbox somewhere easy to find that says
> something like "don't round".

Yeah I want to rework how that display works. It may be difficult to do no rounding at all though because there is only space for one line of stuff there in the UI, and if the numbers get too large it will fill up the available space and just get truncated. But I do want to rework it so that it doesn't try to round if there is actually enough space to fit unrounded (or "default rounded" by the current precision setting) values there.

- Michael