Changeset 4339 for branches/1.3
- Timestamp:
- Apr 16, 2014, 9:12:59 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3/gui/scripts/vtkisosurfaceviewer.tcl
r4201 r4339 345 345 pack $itk_component(contour) -padx 2 -pady 2 346 346 347 if {0} { 347 348 itk_component add cutplane { 348 349 Rappture::PushButton $f.cutplane \ … … 355 356 "Show/Hide cutplanes" 356 357 pack $itk_component(cutplane) -padx 2 -pady 2 357 358 } 358 359 359 360 if { [catch { … … 1312 1313 } 1313 1314 switch -- $what { 1314 " background" {1315 "-background" { 1315 1316 set bgcolor [$itk_component(background) value] 1316 1317 array set fgcolors {
Note: See TracChangeset
for help on using the changeset viewer.