This post originated from an RSS feed registered with Python Buzz
by Hans Nowak.
Original Post: De mutatis sizerium
Feed Title: Efectos Especiales
Feed URL: http://www.zephyrfalcon.org/weblog2/rss.xml
Feed Description: Ramblings, rants, musings, ideas and observations. Topics include (but are not limited to): programming (especially Python), books, games (especially CCGs and board games), astrology, design, writing, painting, etc.
wxPython 2.5.2.7 introduces quite a nasty sizer change, that messed up several of my programs. Fortunately, the Recent Changes page describes what happens clearly, so I could fix it quickly: "wx.ADJUST_MINSIZE is now the default behaviour for window items in sizers. ... [317 words]