Changeset 3577 for trunk/GSASIIdataGUI.py
- Timestamp:
- Aug 30, 2018 4:49:24 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIdataGUI.py
r3571 r3577 1245 1245 if len(banklist) > 1: # yes, the user must make a selection 1246 1246 choices = [str(i) for i in banklist] 1247 bank = int(G2G.ItemSelector(choices,self .G2frame,multiple=False))1247 bank = int(G2G.ItemSelector(choices,self,multiple=False)) 1248 1248 else: 1249 1249 bank = 1
Note: See TracChangeset
for help on using the changeset viewer.