Ignore:
Timestamp:
Jul 16, 2018 4:07:12 PM (5 years ago)
Author:
vondreele
Message:

remove wx.Validator_IsSilent(): wx.Bell() from 2 places in G2ctrlGUI; doesn't exist in phoenix & not really needed.
add check of atom types for GetUnique? in G2lattice for transform of unit cell contents
modify OnTransform? & TransformDialog? to allow cancel & retry before committing to a new phase

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIctrlGUI.py

    r3461 r3474  
    947947                wx.CallAfter(self.CheckInput,False)
    948948            return
    949         if not wx.Validator_IsSilent(): wx.Bell()
    950949        return  # Returning without calling event.Skip, which eats the keystroke
    951950
     
    10141013            self.TestValid(tc)
    10151014            return
    1016         if not wx.Validator_IsSilent():
    1017             wx.Bell()
    10181015        return  # Returning without calling event.Skip, which eats the keystroke
    10191016
Note: See TracChangeset for help on using the changeset viewer.