Page MenuHomePhabricator

Rectangle Tool Area don't has any digits
Closed, ResolvedPublic

Description

When running the testprotocol it is not possible to pass any of
the mesurements test with the rectangle tool, e.g. chilli pacs test, or mesurement of the pixelsize since in the value of The calculatet area all digit are 0.

Example: tool only can show values like 1.00 mm², 4.00 m² but not the required value like 0.34 mm² in the pixelmesurement test.

Event Timeline

It's probablly only the same problem like in this bug:
http://bugs.mitk.org/show_bug.cgi?id=14656

There the digit where not displayed correctly because no scientific format was used when generating the string for the display.

What is the status of this bug? Please change the target milestone to "AfterNextRelease" if this bug is not relevant or cannot be fixed in time for the 2013-06 release.

This bug could not be fixed for release 2013-06. Setting target milestone to next release

New remote branch pushed: bug-14735-WrongRectangleAreaMeasurement

[d01023]: Merge branch 'bug-14735-WrongRectangleAreaMeasurement'

Merged commits:

2013-11-20 15:25:22 Peter Neher [ee5c1c]
replaced abs() with fabs()