Changeset 3277
- Timestamp:
- Feb 12, 2018 2:39:17 PM (5 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIdataGUI.py
r3270 r3277 7578 7578 elif G2frame.GPXtree.GetItemText(item) == 'Phases': 7579 7579 G2frame.dataWindow.GetSizer().Add( 7580 wx.StaticText(G2frame.dataWindow,wx.ID_ANY, 7581 'Select one phase to see its parameters') 7582 ) 7580 wx.StaticText(G2frame.dataWindow,wx.ID_ANY,'Select one phase to see its parameters')) 7583 7581 ############################################################################ 7584 7582 # process second-level entries in tree -
trunk/GSASIIphsGUI.py
r3276 r3277 9194 9194 if ind != 0: 9195 9195 SetupGeneral() 9196 ChangePage(0) 9196 9197 G2frame.phaseDisplay.SetSelection(ind) 9197 9198 else:
Note: See TracChangeset
for help on using the changeset viewer.