Changeset 3742 for trunk/GSASIIdataGUI.py
- Timestamp:
- Nov 26, 2018 3:01:03 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIdataGUI.py
r3711 r3742 5610 5610 else: 5611 5611 lines += line.rstrip()+'\n' 5612 text = wx.StaticText(G2frame.dataWindow,wx.ID_ANY,lines) 5612 try: 5613 text = wx.StaticText(G2frame.dataWindow,wx.ID_ANY,lines) 5614 except: 5615 text = wx.StaticText(G2frame.dataWindow,wx.ID_ANY, 5616 G2obj.StripUnicode(lines)) 5613 5617 G2frame.dataWindow.GetSizer().Add(text,1,wx.ALL|wx.EXPAND) 5614 5618
Note: See TracChangeset
for help on using the changeset viewer.