Changeset 2638 for trunk/GSASIIphsGUI.py


Ignore:
Timestamp:
Jan 17, 2017 3:53:00 PM (7 years ago)
Author:
vondreele
Message:

fix atom type change problem - made ReadOnly?; DClick now cleanly gets periodic table

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIphsGUI.py

    r2624 r2638  
    17211721                atId = atomData[row][colIA+8]
    17221722                rbExcl = rbAtmDict.get(atId,'')
     1723                Atoms.SetReadOnly(row,colType,True)
    17231724                Atoms.SetReadOnly(row,colSS,True)                         #site sym
    17241725                Atoms.SetReadOnly(row,colSS+1,True)                       #Mult
Note: See TracChangeset for help on using the changeset viewer.