Changeset 4403 for trunk/gui/scripts/isomarker.tcl
- Timestamp:
- Jun 20, 2014, 3:08:17 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/scripts/isomarker.tcl
r4166 r4403 113 113 set _value $x 114 114 set y 31 115 $_canvas itemconfigure $_label -text [format % .2g $_value]115 $_canvas itemconfigure $_label -text [format %g $_value] 116 116 set x [screenpos] 117 117 $_canvas coords $_tick $x [expr {$y+3}]
Note: See TracChangeset
for help on using the changeset viewer.