Changeset 3474 for trunk/GSASIIctrlGUI.py
- Timestamp:
- Jul 16, 2018 4:07:12 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIctrlGUI.py
r3461 r3474 947 947 wx.CallAfter(self.CheckInput,False) 948 948 return 949 if not wx.Validator_IsSilent(): wx.Bell()950 949 return # Returning without calling event.Skip, which eats the keystroke 951 950 … … 1014 1013 self.TestValid(tc) 1015 1014 return 1016 if not wx.Validator_IsSilent():1017 wx.Bell()1018 1015 return # Returning without calling event.Skip, which eats the keystroke 1019 1016
Note: See TracChangeset
for help on using the changeset viewer.