Changeset 4214


Ignore:
Timestamp:
Mar 10, 2014 5:52:19 PM (10 years ago)
Author:
mmc
Message:

Fix for ticket #266315, which occurred when you simulate two results,
delete one, then simulate again. An old value from the deleted simulation
was hanging around and causing an internal error. This fix clears the
value so it works properly.

File:
1 edited

Legend:

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

    r3330 r4214  
    465465        # did the active control go away?  then switch to simnum
    466466        if {[lsearch -exact [$_resultset diff names] $_active] < 0} {
     467            set _cntlInfo($this-$_active-value) ""
    467468            activate simnum
    468469        }
Note: See TracChangeset for help on using the changeset viewer.