Changeset 499


Ignore:
Timestamp:
Dec 4, 2009 5:07:11 PM (14 years ago)
Author:
toby
Message:

# on 2001/12/16 19:40:06, toby did:
don't check for excledt file -- Excluded region button is always present

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expgui

    • Property rcs:date changed from 2001/11/07 18:17:37 to 2001/12/16 19:40:06
    • Property rcs:lines changed from +8 -6 to +6 -7
    • Property rcs:rev changed from 1.51 to 1.52
    r484 r499  
    30083008        grid $expgui(histFrame).bb.newh -column 0 -row 1
    30093009    }
    3010     if [file exists [file join $expgui(scriptdir) excledt]] {
    3011         button $expgui(histFrame).bb.excl \
    3012                 -text "Set Data Limits &\nExcluded Regions" -command excledit
    3013         grid $expgui(histFrame).bb.excl -column 1 -row 1
    3014     }
     3010    button $expgui(histFrame).bb.excl \
     3011            -text "Set Data Limits &\nExcluded Regions" -command excledit
     3012    grid $expgui(histFrame).bb.excl -column 1 -row 1
     3013
    30153014    button $expgui(histFrame).bb.use -text "Set Histogram\nUse Flags" \
    30163015            -command SetHistUseFlags
Note: See TracChangeset for help on using the changeset viewer.