Changeset 2650
- Timestamp:
- Jan 20, 2017 10:22:57 AM (8 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/GSASIIindex.py ¶
r2546 r2650 856 856 if dlg: 857 857 # GoOn,Skip = dlg.Update(100*Nc/ncMax) #wx error doesn't work in 32 bit versions! 858 GoOn = dlg.Update(100*Nc/ncMax) 858 GoOn = dlg.Update(100*Nc/ncMax)[0] 859 859 if Skip or not GoOn: 860 860 GoOn = False -
TabularUnified trunk/GSASIIpwdGUI.py ¶
r2649 r2650 2981 2981 try: 2982 2982 OK,dmin,newcells = G2indx.DoIndexPeaks(peaks[0],controls,bravais,dlg,G2frame.ifX20) 2983 if not OK: 2984 dlg.Destroy() 2983 2985 finally: 2984 2986 dlg.Destroy() … … 3289 3291 Size = mainSizer.Fit(G2frame.dataFrame) 3290 3292 Size[0] += 25 3293 Size[1] = min(600,Size[1]) 3291 3294 G2frame.dataFrame.setSizePosLeft(Size) 3292 3295
Note: See TracChangeset
for help on using the changeset viewer.