Changeset 1070 for trunk/GSASIIphsGUI.py
- Timestamp:
- Sep 30, 2013 3:24:29 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIphsGUI.py
r1066 r1070 4275 4275 resultsTable.SetValue(row,c,False) 4276 4276 Results[row][0] = False 4277 Results[r][0] = True4278 4277 result = Results[r] 4279 4278 Models = data['MCSA']['Models'] 4280 4279 SetSolution(result,Models) 4281 wx.CallAfter(UpdateMCSA,MCSA.GetScrollPos(wx.VERTICAL)) 4280 UpdateMCSA,MCSA.GetScrollPos(wx.VERTICAL) 4281 Results[r][0] = True 4282 resultsTable.SetValue(r,0,True) 4283 resultsGrid.ForceRefresh() 4282 4284 G2plt.PlotStructure(G2frame,data) 4283 4285 elif c == 1: … … 4314 4316 resultsSizer.Add(resultsGrid) 4315 4317 return resultsSizer 4316 4317 4318 4318 4319 # UpdateMCSA executable code starts here
Note: See TracChangeset
for help on using the changeset viewer.