Changeset 3317 for trunk/GSASIIctrlGUI.py
- Timestamp:
- Mar 16, 2018 12:24:43 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIctrlGUI.py
r3298 r3317 3607 3607 self.nextval = self.startValue 3608 3608 val = self._tc.GetValue().lower().strip() 3609 if val != s elf.startValue:3609 if val != str(self.startValue): 3610 3610 changed = True 3611 3611 neg = False
Note: See TracChangeset
for help on using the changeset viewer.