Changeset 5879
- Timestamp:
- Sep 21, 2015 6:50:15 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/uq/gui/scripts/analyzer.tcl
r5833 r5879 95 95 private variable _lastPlot 96 96 private common job ;# array var used for blt::bgexec jobs 97 private variable _uq_active 0 ;# a UQ variables has been used 97 98 private variable _wait_uq 0 98 99 } … … 404 405 # pop up UQ window 405 406 if {[$uq num_runs] > 1} { 407 set _uq_active 1 406 408 set status [$uq run_dialog $itk_component(simulate)] 407 409 if {$status == 0} { … … 1075 1077 configure -simcontrolcolor $simcbg 1076 1078 1077 #$itk_component(simulate) configure -state disabled 1079 if {$_uq_active == 0} { 1080 $itk_component(simulate) configure -state disabled 1081 } 1078 1082 $itk_component(abort) configure -state normal 1079 1083
Note: See TracChangeset
for help on using the changeset viewer.