Changeset 2198 for trunk/GSASIIplot.py
- Timestamp:
- Apr 7, 2016 9:28:08 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r2197 r2198 3465 3465 title = ' for\n'+Data['title'] 3466 3466 newAtomDict = Data.get('newAtomDict',{}) 3467 G2frame.G2plotNB.Delete('Covariance')3467 # G2frame.G2plotNB.Delete('Covariance') 3468 3468 G2frame.G2plotNB.status.DestroyChildren() 3469 3469 … … 3503 3503 Page.canvas.SetToolTipString(msg) 3504 3504 G2frame.G2plotNB.status.SetFields(['',msg]) 3505 #for some reason this needs to be here - otherwise in later wx's width gets changed 3506 G2frame.G2plotNB.status.SetStatusWidths([150,-1]) 3505 3507 3506 3508 try:
Note: See TracChangeset
for help on using the changeset viewer.