Changeset 2517


Ignore:
Timestamp:
Nov 7, 2016 1:23:36 PM (7 years ago)
Author:
vondreele
Message:

Fix problem with hand entering atom Type - will now bring up periodic table (types entry is ignored)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIphsGUI.py

    r2516 r2517  
    15911591                                Atoms.SetCellStyle(r,ci,WHITE,False)
    15921592                    SetupGeneral()
     1593                elif Atoms.GetColLabelValue(c) == 'Type':
     1594                    AtomTypeSelect(event)
    15931595                elif Atoms.GetColLabelValue(c) == 'I/A':            #note use of text color to make it vanish!
    15941596                    if atomData[r][c] == 'I':
Note: See TracChangeset for help on using the changeset viewer.