Changeset 4340 for branches


Ignore:
Timestamp:
Apr 16, 2014 9:17:09 AM (10 years ago)
Author:
ldelgass
Message:

Fix: glyph viewer shouldn't have cutplane button (not isosurface viewer)

Location:
branches/1.3/gui/scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/1.3/gui/scripts/vtkglyphviewer.tcl

    r4187 r4340  
    339339    pack $itk_component(glyphs) -padx 2 -pady 2
    340340
     341    if {0} {
    341342    itk_component add cutplane {
    342343        Rappture::PushButton $f.cutplane \
     
    349350        "Show/Hide cutplanes"
    350351    pack $itk_component(cutplane) -padx 2 -pady 2
    351 
     352    }
    352353
    353354    if { [catch {
  • branches/1.3/gui/scripts/vtkisosurfaceviewer.tcl

    r4339 r4340  
    345345    pack $itk_component(contour) -padx 2 -pady 2
    346346
    347     if {0} {
    348347    itk_component add cutplane {
    349348        Rappture::PushButton $f.cutplane \
     
    356355        "Show/Hide cutplanes"
    357356    pack $itk_component(cutplane) -padx 2 -pady 2
    358     }
    359357
    360358    if { [catch {
Note: See TracChangeset for help on using the changeset viewer.