Changeset 3469 for trunk/gui


Ignore:
Timestamp:
Mar 6, 2013 8:35:14 PM (11 years ago)
Author:
gah
Message:

fix no. of isolines from style

File:
1 edited

Legend:

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

    r3462 r3469  
    21852185    }
    21862186    # This is too complicated.  We want to set the colormap, number of
    2187     # isolines and opacity for the object.  They can be the default values,
    2188     # the style hints set with the dataset, or set by user controls.  As
     2187    # isolines and opacity for the dataset.  They can be the default values,
     2188    # the style hints loaded with the dataset, or set by user controls.  As
    21892189    # datasets get loaded, they first use the defaults that are overidden
    21902190    # by the style hints.  If the user changes the global controls, then that
     
    22092209        set _currentNumIsolines $style(-levels)
    22102210        set _settings(numIsolines) $_currentNumIsolines
     2211        $itk_component(numisolines) value $_currentNumIsolines
    22112212        DrawLegend
    22122213    }
Note: See TracChangeset for help on using the changeset viewer.