Ignore:
Timestamp:
Mar 11, 2014, 6:13:11 PM (10 years ago)
Author:
ldelgass
Message:

fix z cutplane control

File:
1 edited

Legend:

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

    r4199 r4240  
    223223    $_dispatcher register !zcutplane
    224224    $_dispatcher dispatch $this !zcutplane \
    225         "[itcl::code $this AdjustSetting -xcutplaneposition]; list"
     225        "[itcl::code $this AdjustSetting -zcutplaneposition]; list"
    226226
    227227    #
     
    269269        -xcutplanevisible               1
    270270        -xgridvisible                   0
    271         -xgridvisible                   0
    272271        -ycutplaneposition              50
    273272        -ycutplanevisible               1
     
    275274        -zcutplaneposition              50
    276275        -zcutplanevisible               1
     276        -zgridvisible                   0
    277277    }
    278278
Note: See TracChangeset for help on using the changeset viewer.