Ignore:
Timestamp:
Feb 14, 2014 12:07:28 PM (10 years ago)
Author:
gah
Message:

assorted fixes to automatic tickets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.3/gui/scripts/xyresult.tcl

    r4006 r4179  
    11341134        "label" {
    11351135            set label $_axisPopup(label)
    1136             $g axis configure $axis -label $label
     1136            $g axis configure $axis -title $label
    11371137        }
    11381138        "min" {
     
    14401440        switch -- $axis {
    14411441            "x" - "x2" - "y" - "y2" {
    1442                 $g axis configure $axis -hide yes
     1442                $g axis configure $axis -hide yes -checklimits no
     1443
    14431444            }
    14441445            default {
Note: See TracChangeset for help on using the changeset viewer.