Changeset 1664 for branches/blt4


Ignore:
Timestamp:
Feb 22, 2010 10:04:54 AM (14 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/blt4/gui/scripts/xyprint.tcl

    r1654 r1664  
    271271        set initial [lindex $option 3]
    272272        set current [lindex $option 4]
     273        if { $switch == "-data" } {
     274            continue
     275        }
    273276        if { [string compare $initial $current] == 0 } {
    274277            continue
     
    276279        lappend configLine $switch $current
    277280    }
     281    puts stderr $configLine
    278282    eval $configLine
    279283}
     
    281285itcl::body Rappture::XyPrint::CloneGraph { orig } {
    282286    set top $itk_interior
     287
     288
     289
     290
     291
    283292    if { [winfo exists $top.graph] } {
    284293        destroy $top.graph
Note: See TracChangeset for help on using the changeset viewer.