Changeset 790 for trunk/instedit.tcl


Ignore:
Timestamp:
Dec 4, 2009 5:12:04 PM (13 years ago)
Author:
toby
Message:

# on 2004/05/04 17:18:41, toby did:
fix ipola buttons ("None" was broken)
disable KRATIO as it is currently unused

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/instedit.tcl

    • Property rcs:date changed from 2004/04/27 14:11:04 to 2004/05/04 17:18:41
    • Property rcs:lines changed from +4 -3 to +4 -2
    • Property rcs:rev changed from 1.4 to 1.5
    r782 r790  
    220220            -column [incr col] -row 7 -sticky w
    221221    grid [radiobutton $bnkfr.c7c -text "None" \
    222             -variable instdatr(ipola$b) -value 2] \
     222            -variable instdat(ipola$b) -value 2] \
    223223            -column [incr col] -row 7 -sticky w
    224224    grid [label $bnkfr.l7a -text "Polarization\nFraction:" \
     
    569569        $frame.$w config -fg $color
    570570    }
     571    # for now leave kratio gray, since the value is not used
     572    $frame.e4f config -state disabled -fg gray
    571573}
    572574
Note: See TracChangeset for help on using the changeset viewer.