Changeset 4556 for branches/1.3/gui


Ignore:
Timestamp:
Jul 17, 2014, 9:46:30 PM (10 years ago)
Author:
ldelgass
Message:

merge r4402 from trunk

Location:
branches/1.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/1.3

    • Property svn:mergeinfo changed
      /trunkmerged: 4402
  • branches/1.3/gui/scripts/flowvisviewer.tcl

    r4555 r4556  
    10371037    set tf $_obj2style($tag)
    10381038    foreach {vmin vmax} [limits $tf] break
    1039     $c itemconfigure vmin -text [format %.2g $vmin]
     1039    $c itemconfigure vmin -text [format %g $vmin]
    10401040    $c coords vmin $lx $ly
    10411041
    1042     $c itemconfigure vmax -text [format %.2g $vmax]
     1042    $c itemconfigure vmax -text [format %g $vmax]
    10431043    $c coords vmax [expr {$w-$lx}] $ly
    10441044
Note: See TracChangeset for help on using the changeset viewer.