Changeset 3030 for trunk/gui/scripts
- Timestamp:
- Jun 11, 2012, 7:49:48 PM (12 years ago)
- Location:
- trunk/gui/scripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/scripts/analyzer.tcl
r3024 r3030 363 363 itcl::body Rappture::Analyzer::destructor {} { 364 364 after cancel [itcl::code $this simulate] 365 $_resultset notify remove $this 365 366 itcl::delete object $_resultset 366 367 } -
trunk/gui/scripts/resultselector.tcl
r3024 r3030 410 410 itcl::body Rappture::ResultSelector::_fixControls {args} { 411 411 array set eventData $args 412 if {![info exists itk_component(dials)]} { 413 # no controls? then nothing to fix 414 # this happens when the widget is being destroyed 415 return 416 } 412 417 set shortlist $itk_component(dials) 413 418
Note: See TracChangeset
for help on using the changeset viewer.