Changeset 4613 for trunk


Ignore:
Timestamp:
Oct 20, 2020 10:50:23 AM (3 years ago)
Author:
vondreele
Message:

fix Origin selection wo atom selection bug in OnAssignRB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIphsGUI.py

    r4612 r4613  
    1054910549                    return
    1055010550                selDict = getSelectedAtoms()
    10551                 if selDict and len(selDict) < 1:
     10551                if len(selDict) < 1:
    1055210552                    wx.MessageBox('No existing atoms were selected',caption='Select Atom(s)',
    1055310553                                      style=wx.ICON_EXCLAMATION)
Note: See TracChangeset for help on using the changeset viewer.