Changeset 4603
- Timestamp:
- Oct 17, 2020 10:18:03 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIconstrGUI.py
r4602 r4603 3301 3301 resTable.SetRowValues(r,row) 3302 3302 res.ForceRefresh() 3303 molcent.SetValue(False)3304 3303 G2plt.PlotRigidBody(G2frame,'Residue',AtInfo,rbData,plotDefaults) 3305 3304 … … 3373 3372 RefObjs.append(refObj) 3374 3373 if 'molCent' not in rbData: rbData['molCent'] = False #patch 3375 molcent = wx.CheckBox(ResidueRBDisplay,label=' Use RB center?') 3376 molcent.SetValue(rbData['molCent']) 3377 molcent.Bind(wx.EVT_CHECKBOX,OnMolCent) 3374 molcent = wx.Button(ResidueRBDisplay,label=' Use RB center?') 3375 molcent.Bind(wx.EVT_BUTTON,OnMolCent) 3378 3376 Indx[molcent.GetId()] = resGrid 3379 3377 refAtmSizer.Add(molcent,0,WACV)
Note: See TracChangeset
for help on using the changeset viewer.