Changeset 5456 for branches/1.3


Ignore:
Timestamp:
May 7, 2015, 4:04:31 AM (9 years ago)
Author:
ldelgass
Message:

sync flowvis with 1.4 branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.3/gui/scripts/flowvisviewer.tcl

    r5455 r5456  
    692692        set pos [lsearch -exact $_dlist $dataobj]
    693693        if { $pos >= 0 } {
    694             foreach comp [$dataobj components] {
    695                 array unset _limits $dataobj-$comp-*
    696             }
    697694            set _dlist [lreplace $_dlist $pos $pos]
     695            array unset _limits $dataobj-*
    698696            array unset _obj2ovride $dataobj-*
    699697            array unset _dataset2flow $dataobj-*
     
    733731itcl::body Rappture::FlowvisViewer::scale {args} {
    734732    array set style {
    735         -color BCGYR
    736         -levels 6
    737         -markers ""
    738         -opacity 0.5
     733        -color    BCGYR
     734        -levels   6
     735        -markers  ""
    739736    }
    740737    array unset _limits
     
    21232120        4,1 $inner.opacity -cspan 3 -pady 2 -fill x \
    21242121        5,0 $inner.thin -anchor e -pady 2 \
    2125         5,1 $inner.thickness -cspan 2 -pady 2 -fill x\
     2122        5,1 $inner.thickness -cspan 2 -pady 2 -fill x \
    21262123        5,3 $inner.thick -anchor w -pady 2
    21272124
Note: See TracChangeset for help on using the changeset viewer.