Skip to content

Commit e4994a3

Browse files
committed
undo last - didn't work
1 parent bb286c8 commit e4994a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GSASII/GSASIIctrlGUI.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ def __init__(self,parent,loc,key,nDig=None,notBlank=True,xmin=None,xmax=None,
429429
else:
430430
self.invalid = True
431431
self._IndicateValidity()
432-
wx.CallAfter(self._TestValidity) # entry changed, test/show validity
432+
# wx.CallAfter(self._TestValidity) # test/show validity
433433
else:
434434
if self.CIFinput:
435435
wx.TextCtrl.__init__(

0 commit comments

Comments
 (0)