Changeset 5013 for branches/1.3/gui


Ignore:
Timestamp:
Feb 12, 2015, 12:52:09 PM (10 years ago)
Author:
ldelgass
Message:

back out change to axis format for 1.3 branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.3/gui/scripts/vtkheightmapviewer.tcl

    r5012 r5013  
    949949        # controls on the axis settings tab if necessary.
    950950        # -Leif
    951         #SendCmd "axis exp 0 0 0 1"
     951        SendCmd "axis exp 0 0 0 1"
    952952
    953953        SendCmd "axis lrot z 90"
     
    10511051    if { $_reset } {
    10521052        SendCmd "axis tickpos outside"
    1053         #SendCmd "axis lformat all %g"
     1053        SendCmd "axis lformat all %g"
    10541054
    10551055        foreach axis { x y z } {
Note: See TracChangeset for help on using the changeset viewer.