Ignore:
Timestamp:
Jun 20, 2014, 3:08:17 PM (10 years ago)
Author:
ldelgass
Message:

Change isomarker format from %.2g to %g

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/isomarker.tcl

    r4166 r4403  
    113113        set _value $x
    114114        set y 31
    115         $_canvas itemconfigure $_label -text [format %.2g $_value]
     115        $_canvas itemconfigure $_label -text [format %g $_value]
    116116        set x [screenpos]
    117117        $_canvas coords $_tick $x [expr {$y+3}]
Note: See TracChangeset for help on using the changeset viewer.