Changeset 5253


Ignore:
Timestamp:
Apr 17, 2015 6:03:14 PM (9 years ago)
Author:
ldelgass
Message:

merge r5252 from trunk

Location:
branches/1.4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/1.4

    • Property svn:mergeinfo changed
      /trunkmerged: 5252
  • branches/1.4/gui/scripts/isomarker.tcl

    r5204 r5253  
    4343    public method screenpos {}
    4444    public method absval { {x "-get"} }
    45     public method relval  { {x "-get"} }
     45    public method relval { {x "-get"} }
    4646}
    4747
     
    123123}
    124124
    125 itcl::body Rappture::IsoMarker::relval  { {x "-get"} } {
     125itcl::body Rappture::IsoMarker::relval { {x "-get"} } {
    126126    foreach {min max} [$_nvobj limits $_tf] break
    127127    if { $x == "-get" } {
Note: See TracChangeset for help on using the changeset viewer.