Changeset 2810
- Timestamp:
- Apr 26, 2017 10:39:28 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIgrid.py
r2809 r2810 627 627 commonSizer.Add(wx.StaticText(self.panel,label=' Common transformations: '),0,WACV) 628 628 if self.oldSpGrp not in G2spc.spg2origins: 629 common = wx.ComboBox(self.panel,value=self.Common,choices=commonNames[ -1],629 common = wx.ComboBox(self.panel,value=self.Common,choices=commonNames[:-1], 630 630 style=wx.CB_READONLY|wx.CB_DROPDOWN) 631 631 else:
Note: See TracChangeset
for help on using the changeset viewer.