Ignore:
Timestamp:
Dec 14, 2020 12:58:19 PM (3 years ago)
Author:
vondreele
Message:

remove all wx.ALIGN from wx Add with wx.EXPAND - invalid combination ignored in older wx; now flagged in current wx 4.1.x
make ax as self.ax in Absorb.py - fix matplotlib warning about reusing a subaxis
put floors on pink beam alp & bet. Fix typo in GetPinkAlpBet? function - now works better.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIconstrGUI.py

    r4635 r4672  
    35173517            moves = wx.StaticText(ResidueRBDisplay,wx.ID_ANY,
    35183518                            atms[:-1],size=(200,20))
    3519             seqSizer.Add(moves,1,WACV|wx.EXPAND|wx.RIGHT)
     3519            seqSizer.Add(moves,1,wx.EXPAND|wx.RIGHT)
    35203520            return seqSizer
    35213521           
Note: See TracChangeset for help on using the changeset viewer.