Ignore:
Timestamp:
May 14, 2009 10:41:10 PM (15 years ago)
Author:
gah
Message:
 
File:
1 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] } {
Note: See TracChangeset for help on using the changeset viewer.