Changeset 1654


Ignore:
Timestamp:
Feb 5, 2010 10:13:09 AM (14 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

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

    r1648 r1654  
    461461itcl::body Rappture::XyPrint::Inches2Pixels { inches {defValue ""}} {
    462462    set n [scan $inches %g dummy]
    463     if { n != 1  && $defValue != "" } {
     463    if { $n != 1  && $defValue != "" } {
    464464        set inches $defValue
    465465    }
Note: See TracChangeset for help on using the changeset viewer.