Changeset 1016 for trunk/GSASIIgrid.py
- Timestamp:
- Aug 4, 2013 9:35:54 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIgrid.py
r1007 r1016 87 87 ] = [wx.NewId() for item in range(2)] 88 88 89 [ wxID_PAWLEYLOAD, wxID_PAWLEYDELETE, wxID_PAWLEYESTIMATE, 90 wxID_PAWLEYUPDATE, 91 ] = [wx.NewId() for item in range(4)] 89 [ wxID_PAWLEYLOAD, wxID_PAWLEYESTIMATE, wxID_PAWLEYUPDATE, 90 ] = [wx.NewId() for item in range(3)] 92 91 93 92 [ wxID_IMCALIBRATE,wxID_IMRECALIBRATE,wxID_IMINTEGRATE, wxID_IMCLEARCALIB, … … 2031 2030 self.PawleyEdit.Append(id=wxID_PAWLEYUPDATE, kind=wx.ITEM_NORMAL,text='Pawley update', 2032 2031 help='Update negative Pawley intensities with -0.5*Fobs and turn off refinemnt') 2033 # self.PawleyEdit.Append(id=wxID_PAWLEYDELETE, kind=wx.ITEM_NORMAL,text='Pawley delete',2034 # help='Delete selected Pawley reflection')2035 2032 self.PostfillDataMenu() 2036 2033
Note: See TracChangeset
for help on using the changeset viewer.