Changeset 6456


Ignore:
Timestamp:
Jul 29, 2016 4:02:47 PM (8 years ago)
Author:
ldelgass
Message:

Fix copy/paste error in surface viewer

File:
1 edited

Legend:

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

    r6454 r6456  
    19561956    SendCmd "polydata edges $style(-edges) $tag"
    19571957    set _settings(-surfaceedges) $style(-edges)
    1958     SendCmd "polydata color [Color2RGB $settings(-constcolor)] $tag"
     1958    SendCmd "polydata color [Color2RGB $style(-constcolor)] $tag"
    19591959    SendCmd "polydata lighting $style(-lighting) $tag"
    19601960    set _settings(-surfacelighting) $style(-lighting)
Note: See TracChangeset for help on using the changeset viewer.