Changeset 6308 for branches/1.7


Ignore:
Timestamp:
May 4, 2016 2:41:27 AM (8 years ago)
Author:
ldelgass
Message:

merge nanovis fix from 1.6 branch

Location:
branches/1.7
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/1.7/gui/scripts/nanovisviewer.tcl

    r6306 r6308  
    502502        if { $pos >= 0 } {
    503503            set _dlist [lreplace $_dlist $pos $pos]
    504             array unset _limits $dataobj*
    505504            array unset _obj2ovride $dataobj-*
    506505            set changed 1
  • branches/1.7/lang/tcl/scripts/library.tcl

    r6283 r6308  
    10691069# ----------------------------------------------------------------------
    10701070itcl::body Rappture::LibraryObj::uq_get_vars {{tfile ""}} {
    1071     set varout \[
    1072     set varlist []
     1071    set varout "\["
     1072    set varlist {}
    10731073
    10741074    if {$tfile == ""} {
Note: See TracChangeset for help on using the changeset viewer.