Changeset 3693 for trunk/GSASIIphsGUI.py
- Timestamp:
- Oct 22, 2018 3:08:06 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIphsGUI.py
r3687 r3693 595 595 title = 'Magnetic atom selection' 596 596 wx.Dialog.__init__(self,parent,wx.ID_ANY,title, 597 pos=wx.DefaultPosition,style=wx.DEFAULT_DIALOG_STYLE )597 pos=wx.DefaultPosition,style=wx.DEFAULT_DIALOG_STYLE|wx.RESIZE_BORDER) 598 598 self.panel = wxscroll.ScrolledPanel(self) #just a dummy - gets destroyed in Draw! 599 599 # self.panel = wx.Panel(self) #just a dummy - gets destroyed in Draw! … … 2564 2564 generalData['SGData'] = copy.deepcopy(magchoice['SGData']) 2565 2565 generalData['Cell'][1:] = magchoice['Cell'][:] 2566 generalData['MagDmin'] = 1.0 2566 2567 SGData = generalData['SGData'] 2567 2568 vvec = np.array([0.,0.,0.])
Note: See TracChangeset
for help on using the changeset viewer.