Ignore:
Timestamp:
Jun 11, 2014 3:38:24 PM (9 years ago)
Author:
toby
Message:

wxPython 2.9 fixes: FlexGridSizer?, wx.Colour, MacOpenFile?; move bind to prevent Rigid body crash

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIexprGUI.py

    r1373 r1378  
    392392                          'Assignment of variables to labels:'),
    393393            0,wx.EXPAND|wx.ALIGN_CENTER,0)
    394         GridSiz = wx.FlexGridSizer(len(self.exprVarLst)+1,5,2,2)
     394        GridSiz = wx.FlexGridSizer(0,5,2,2)
    395395        GridSiz.Add(
    396396            wx.StaticText(self.varbox,wx.ID_ANY,'label',style=wx.CENTER),
Note: See TracChangeset for help on using the changeset viewer.