Changeset 2475 for trunk/gui/scripts


Ignore:
Timestamp:
Sep 4, 2011, 7:27:53 PM (13 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

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

    r2474 r2475  
    18221822            $c itemconfigure vmax -text [format %g $_limits(vmax)]
    18231823        }
    1824         $c coords zmin $x [expr {$h-2}]
    1825         $c coords zmax $x 2
     1824        $c coords vmin $x [expr {$h-2}]
     1825        $c coords vmax $x 2
    18261826    }
    18271827}
Note: See TracChangeset for help on using the changeset viewer.