Changeset 4339 for branches/1.3


Ignore:
Timestamp:
Apr 16, 2014, 9:12:59 AM (11 years ago)
Author:
ldelgass
Message:

Fix background setting in isosurface viewer

File:
1 edited

Legend:

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

    r4201 r4339  
    345345    pack $itk_component(contour) -padx 2 -pady 2
    346346
     347    if {0} {
    347348    itk_component add cutplane {
    348349        Rappture::PushButton $f.cutplane \
     
    355356        "Show/Hide cutplanes"
    356357    pack $itk_component(cutplane) -padx 2 -pady 2
    357 
     358    }
    358359
    359360    if { [catch {
     
    13121313    }
    13131314    switch -- $what {
    1314         "background" {
     1315        "-background" {
    13151316            set bgcolor [$itk_component(background) value]
    13161317            array set fgcolors {
Note: See TracChangeset for help on using the changeset viewer.