Changeset 4730


Ignore:
Timestamp:
Nov 14, 2014, 3:33:56 AM (10 years ago)
Author:
ldelgass
Message:

sync with release branch (vtkvolumeviewer)

File:
1 edited

Legend:

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

    r4728 r4730  
    248248    array set _settings {
    249249        -axesvisible                    1
     250        -axisflymode                    static
    250251        -axislabels                     1
    251252        -axisminorticks                 1
     
    19271928        "furthest_triad"  "farthest" \
    19281929        "outer_edges"     "outer"         
    1929     $itk_component(axismode) value "static"
     1930    $itk_component(axismode) value $_settings(-axisflymode)
    19301931    bind $inner.mode <<Value>> [itcl::code $this AdjustSetting -axisflymode]
    19311932
     
    19631964        0,0 $inner.view_l -anchor e -pady 2 \
    19641965        0,1 $inner.view -anchor w -pady 2
     1966    blt::table configure $inner r0 -resize none
    19651967
    19661968    set row 1
     
    19901992    incr row
    19911993
    1992     blt::table configure $inner r* c0 c1 -resize none
     1994    blt::table configure $inner c0 c1 -resize none
    19931995    blt::table configure $inner c2 -resize expand
    19941996    blt::table configure $inner r$row -resize expand
Note: See TracChangeset for help on using the changeset viewer.