- Timestamp:
- Jul 17, 2014, 9:46:30 PM (10 years ago)
- Location:
- branches/1.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3
-
branches/1.3/gui/scripts/flowvisviewer.tcl
r4555 r4556 1037 1037 set tf $_obj2style($tag) 1038 1038 foreach {vmin vmax} [limits $tf] break 1039 $c itemconfigure vmin -text [format % .2g $vmin]1039 $c itemconfigure vmin -text [format %g $vmin] 1040 1040 $c coords vmin $lx $ly 1041 1041 1042 $c itemconfigure vmax -text [format % .2g $vmax]1042 $c itemconfigure vmax -text [format %g $vmax] 1043 1043 $c coords vmax [expr {$w-$lx}] $ly 1044 1044
Note: See TracChangeset
for help on using the changeset viewer.