Changeset 6293 for tags


Ignore:
Timestamp:
Apr 27, 2016 10:08:24 AM (8 years ago)
Author:
gah
Message:

fixes to nanovisviewer transfer functions

Location:
tags/1.6.2/gui/scripts
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • tags/1.6.2/gui/scripts/analyzer.tcl

    r6271 r6293  
    15941594        -state $state
    15951595    $m add command -label "Tickets" -state $state \
    1596         -command [list $webcmd "$url/feedback/report_problems?group=$group$referrer"]
     1596        -command [list $webcmd "$url/feedback/report_problems?group=$group$referer"]
    15971597    $m add command -label "Wish List" -state disabled
    15981598    $m add separator
  • tags/1.6.2/gui/scripts/gauge.tcl

    r6291 r6293  
    636636    $itk_component(spindn) configure -state $itk_option(-state)
    637637    $itk_component(presets) configure -state $itk_option(-state)
    638     if { [info exists component(uq)] } {
     638    if { [info exists itk_component(uq)] } {
    639639        $itk_component(uq) configure -state $itk_option(-state)
    640640    }
  • tags/1.6.2/gui/scripts/nanovisviewer.tcl

    r6265 r6293  
    502502        if { $pos >= 0 } {
    503503            set _dlist [lreplace $_dlist $pos $pos]
    504             array unset _limits $dataobj*
     504            #array unset _limits $dataobj*
    505505            array unset _obj2ovride $dataobj-*
    506506            set changed 1
     
    718718            set _activeTfs($tf) 1
    719719        }
     720        #puts stderr "volume shading transfunc $tf $tag"
    720721        SendCmd "volume shading transfunc $tf $tag"
    721722    }
     
    795796
    796797    if { [info exists _isomarkers($tf)] } {
     798update idletasks
     799update
    797800        foreach m $_isomarkers($tf) {
    798801            $m visible yes
     
    917920    # settings since the user may have created/deleted/moved markers.
    918921
     922update idletasks
     923update
    919924    foreach tf [array names _isomarkers] {
    920925        foreach m $_isomarkers($tf) {
     
    14511456    # Sort the isovalues
    14521457    set isovalues [lsort -real $isovalues]
    1453 
    14541458    if { ![info exists _settings($tf-thickness)]} {
    14551459        set _settings($tf-thickness) 0.005
Note: See TracChangeset for help on using the changeset viewer.