Changeset 6294
- Timestamp:
- Apr 27, 2016 10:18:08 AM (7 years ago)
- Location:
- branches/1.6
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.6/gui/scripts/analyzer.tcl
r6271 r6294 1594 1594 -state $state 1595 1595 $m add command -label "Tickets" -state $state \ 1596 -command [list $webcmd "$url/feedback/report_problems?group=$group$refer rer"]1596 -command [list $webcmd "$url/feedback/report_problems?group=$group$referer"] 1597 1597 $m add command -label "Wish List" -state disabled 1598 1598 $m add separator -
branches/1.6/gui/scripts/gauge.tcl
r6291 r6294 636 636 $itk_component(spindn) configure -state $itk_option(-state) 637 637 $itk_component(presets) configure -state $itk_option(-state) 638 if { [info exists component(uq)] } {638 if { [info exists itk_component(uq)] } { 639 639 $itk_component(uq) configure -state $itk_option(-state) 640 640 } 641 _redraw ; # fix gauge641 _redraw ; # Fix gauge 642 642 } 643 643 -
branches/1.6/gui/scripts/nanovisviewer.tcl
r6265 r6294 502 502 if { $pos >= 0 } { 503 503 set _dlist [lreplace $_dlist $pos $pos] 504 array unset _limits $dataobj* 504 # Don't remove the limits settings because we're not really 505 # deleting the volume, just hiding it. 506 #array unset _limits $dataobj* 505 507 array unset _obj2ovride $dataobj-* 506 508 set changed 1 … … 795 797 796 798 if { [info exists _isomarkers($tf)] } { 799 update idletasks 800 update 797 801 foreach m $_isomarkers($tf) { 798 802 $m visible yes … … 917 921 # settings since the user may have created/deleted/moved markers. 918 922 923 update idletasks 924 update 919 925 foreach tf [array names _isomarkers] { 920 926 foreach m $_isomarkers($tf) { -
branches/1.6/lang/tcl/scripts/library.tcl
r6282 r6294 1069 1069 # ---------------------------------------------------------------------- 1070 1070 itcl::body Rappture::LibraryObj::uq_get_vars {{tfile ""}} { 1071 set varout \[1072 set varlist []1071 set varout "\[" 1072 set varlist {} 1073 1073 1074 1074 if {$tfile == ""} {
Note: See TracChangeset
for help on using the changeset viewer.