Changeset 4345 for trunk/GSASIIimgGUI.py
- Timestamp:
- Mar 6, 2020 3:05:22 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIimgGUI.py
r4343 r4345 1337 1337 comboSizer = wx.BoxSizer(wx.HORIZONTAL) 1338 1338 comboSizer.Add(wx.StaticText(parent=G2frame.dataWindow,label=' Calibrant '),0,WACV) 1339 if (GSASIIpath.GetConfigValue('Image_calibrant') and 1340 GSASIIpath.GetConfigValue('Image_calibrant') in calList and 1341 not data['calibrant']): 1342 data['calibrant'] = GSASIIpath.GetConfigValue('Image_calibrant') 1339 1343 calSel = wx.ComboBox(parent=G2frame.dataWindow,value=data['calibrant'],choices=calList, 1340 1344 style=wx.CB_READONLY|wx.CB_DROPDOWN)
Note: See TracChangeset
for help on using the changeset viewer.