Ignore:
Timestamp:
May 30, 2005, 10:23:20 PM (19 years ago)
Author:
mmc
Message:

Fixed a new nits to so that the pntoy works
better. The <tool><control>auto</control></tool>
mode is now truly automatic, and the Simulate
button no longer appears in that mode.

File:
1 edited

Legend:

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

    r11 r12  
    193193    set xydata [lindex $_clist 0]
    194194    if {$xydata != ""} {
    195         set title [$xydata hints label]
    196         if {"" != $title} {
    197             $g configure -title $title
    198         }
    199 
    200195        set legend [$xydata hints legend]
    201196        if {"" != $legend} {
Note: See TracChangeset for help on using the changeset viewer.