Ignore:
Timestamp:
Jul 23, 2016, 2:34:31 PM (8 years ago)
Author:
ldelgass
Message:

Remove redundant protocol to set molecule colormap. This command could be sent
before the colormap was defined.

File:
1 edited

Legend:

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

    r6433 r6438  
    28122812            SendCmd "molecule bcmode $settings(-bondcolormode) $tag"
    28132813            SendCmd "molecule bcolor [Color2RGB $settings(-bondconstcolor)] $tag"
    2814             SendCmd "molecule colormap $settings(-color) $tag"
     2814            # Colormap is set by call to SetColormap below
    28152815            set _settings(molecule-colormap) $settings(-color)
    28162816            $itk_component(moleculecolormap) value $settings(-color)
Note: See TracChangeset for help on using the changeset viewer.