Changeset 1444 for trunk


Ignore:
Timestamp:
May 14, 2009, 10:41:10 PM (15 years ago)
Author:
gah
Message:
 
Location:
trunk/gui/scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/flowvisviewer.tcl

    r1442 r1444  
    16161616        }
    16171617        "xcutplane" - "ycutplane" - "zcutplane" {
    1618             set axis [string range $what 0 1]
     1618            set axis [string range $what 0 0]
    16191619            set bool $_settings($this-$what)
    16201620            if { [isconnected] } {
     
    22712271
    22722272itcl::body Rappture::FlowvisViewer::GetFlowInfo { w } {
     2273    set flowobj ""
    22732274    foreach key [array names _obj2flow] {
    22742275        set flowobj $_obj2flow($key)
    22752276        break
     2277    }
     2278    if { $flowobj == "" } {
     2279        return
    22762280    }
    22772281    if { [winfo exists $w.frame] } {
  • trunk/gui/scripts/nanovisviewer.tcl

    r1435 r1444  
    12921292        }
    12931293        "xcutplane" - "ycutplane" - "zcutplane" {
    1294             set axis [string range $what 0 1]
     1294            set axis [string range $what 0 0]
    12951295            set bool $_settings($this-$what)
    12961296            if { [isconnected] } {
Note: See TracChangeset for help on using the changeset viewer.