Changeset 3753 for trunk/GSASIIpwdGUI.py


Ignore:
Timestamp:
Dec 5, 2018 8:56:56 AM (4 years ago)
Author:
vondreele
Message:

fix run k-SUBGROUPSMAG bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIpwdGUI.py

    r3746 r3753  
    33653365        if 'N' in Inst['Type'][0]:
    33663366            if not ssopt.get('Use',False):
    3367                 G2frame.dataWindow.RunSubGroups.Enable(True)
     3367                G2frame.dataWindow.RunSubGroupsMag.Enable(True)
     3368#                G2frame.dataWindow.RunSubGroups.Enable(True)
    33683369        data = controls,bravais,cells,dminx,ssopt,magcells
    33693370        G2frame.GPXtree.SetItemPyData(UnitCellsId,data)
Note: See TracChangeset for help on using the changeset viewer.