Changeset 2843
- Timestamp:
- May 30, 2017 7:22:13 AM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASII.py
r2842 r2843 2701 2701 wx.CallAfter(G2gd.SelectDataTreeItem,self,item) 2702 2702 if self.oldFocus: # Why do this? 2703 self.oldFocus.SetFocus()2703 wx.CallAfter(self.oldFocus.SetFocus) 2704 2704 2705 2705 def OnPatternTreeItemCollapsed(self, event): -
trunk/GSASIIphsGUI.py
r2842 r2843 6152 6152 G2frame.dataFrame.SendSizeEvent() 6153 6153 G2plt.PlotStructure(G2frame,data) 6154 oldFocus.SetFocus()6154 wx.CallAfter(oldFocus.SetFocus) 6155 6155 6156 6156 # FillRigidBodyGrid executable code starts here
Note: See TracChangeset
for help on using the changeset viewer.