Commit 6ea6af9effa4e4f2f33cfd3543fdbedb0e37b2ee
1 parent
496ff789
Exists in
master
forget Control
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/osp/ui/OspeControl.java
... | ... | @@ -1716,7 +1716,7 @@ WorldCoords wc = new WorldCoords(ptM.x,ptM.y); |
1716 | 1716 | } |
1717 | 1717 | |
1718 | 1718 | DecimalFormat nf; |
1719 | - nf = new DecimalFormat("000.000"); | |
1719 | + nf = new DecimalFormat("000.00000"); | |
1720 | 1720 | nf.setRoundingMode(RoundingMode.HALF_EVEN); |
1721 | 1721 | |
1722 | 1722 | tab[i][0]=String.valueOf((int)idSlit); | ... | ... |