Ignore:
Timestamp:
Jan 30, 2015, 9:22:18 AM (10 years ago)
Author:
ldelgass
Message:

merge r4967 from trunk

Location:
branches/1.4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/1.4

    • Property svn:mergeinfo changed
      /trunkmerged: 4967
  • branches/1.4/gui/scripts/vtkisosurfaceviewer.tcl

    r4966 r4969  
    22002200        set pos [expr $_settings(-${axis}cutplaneposition) * 0.01]
    22012201        set visible $_settings(-${axis}cutplanevisible)
    2202         SendCmd "cutplane slice $axis $pos"
    2203         SendCmd "cutplane axis $axis $visible"
     2202        SendCmd "cutplane slice $axis $pos $tag"
     2203        SendCmd "cutplane axis $axis $visible $tag"
    22042204    }
    22052205    SendCmd "cutplane visible $style(-cutplanesvisible) $tag"
Note: See TracChangeset for help on using the changeset viewer.