Changeset 4435 for branches/1.3


Ignore:
Timestamp:
Jun 25, 2014, 6:20:32 PM (10 years ago)
Author:
ldelgass
Message:

Fix axis grid settings names

File:
1 edited

Legend:

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

    r4432 r4435  
    217217    array set _settings {
    218218        -axisflymode            "static"
     219        -axislabels             1
    219220        -axisminorticks         1
    220         -stretchtofit           0
    221         -axislabels             1
    222221        -axisvisible            1
    223         -xaxisgrid              0
    224         -yaxisgrid              0
    225         -zaxisgrid              0
     222        -colormapdiscrete       0
    226223        -colormapvisible        1
    227         -colormapdiscrete       0
    228224        -edges                  0
    229225        -field                  "Default"
     
    234230        -legendvisible          1
    235231        -lighting               1
    236         -savelighting           1
    237232        -numisolines            10
    238233        -opacity                100
    239234        -outline                0
    240         -wireframe              0
     235        -savelighting           1
    241236        -saveopacity            100
    242237        -saveoutline            0
     238        -stretchtofit           0
     239        -wireframe              0
     240        -xgrid                  0
     241        -ygrid                  0
     242        -zgrid                  0
    243243    }
    244244    array set _changed {
    245         -opacity                 0
    246245        -colormap                0
    247246        -numisolines             0
     247        -opacity                 0
    248248    }
    249249    itk_component add view {
Note: See TracChangeset for help on using the changeset viewer.