Changeset 3761 for trunk/GSASIIphsGUI.py
- Timestamp:
- Dec 12, 2018 2:38:33 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIphsGUI.py
r3759 r3761 2820 2820 2821 2821 r,c = event.GetRow(),event.GetCol() 2822 replot = True 2822 2823 if r >= 0 and c >= 0: 2823 2824 ci = colLabels.index('I/A') … … 2880 2881 ci = colLabels.index('I/A') 2881 2882 atomData[r][c] = atomData[r][c].replace(rbAtmDict.get(atomData[r][ci+8],''),'') 2883 replot = False 2882 2884 elif Atoms.GetColLabelValue(c) in ['Mx','My','Mz']: 2883 2885 value = atomData[r][c] … … 2890 2892 if iM == CSI[0][i]: 2891 2893 atomData[r][i+colLabels.index('Mx')] = value*CSI[1][i] 2892 if 'Atoms' in data['Drawing'] :2894 if 'Atoms' in data['Drawing'] and replot: 2893 2895 ci = colLabels.index('I/A') 2894 2896 DrawAtomsReplaceByID(data['Drawing'],ci+8,atomData[r],ID)
Note: See TracChangeset
for help on using the changeset viewer.