Changeset 3459 for trunk/gui/scripts


Ignore:
Timestamp:
Mar 5, 2013 7:25:47 PM (11 years ago)
Author:
ldelgass
Message:

Fix error on setting axis units (found in contour example: Mesh-grid-hybrid)

File:
1 edited

Legend:

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

    r3454 r3459  
    14011401            if { $units != "" } {
    14021402                # May be a space in the axis units.
    1403                 SendCmd [list axis units $axis $units]
     1403                SendCmd [list axis units z $units]
    14041404            }
    14051405            # Get the new limits because the field changed.
Note: See TracChangeset for help on using the changeset viewer.