wxPython 4.1 support

Dietmar Schwertberger <[email protected]> Sat, 18 Apr 2020 17:41:52 +0200
Newsgroups gmane.comp.python.wxglade
Message-ID <[email protected]>
Hi!

wxWidgets has recently added some assertions regarding sizer flag 
combinations.

E.g. specifying wx.ALIGN_RIGHT or wx.CENTER_HORIZONTALLY when adding an 
item to a horizontal box sizer will trigger an assertion.
I will add support to wxGlade to deactivate unsupported flags in the 
next days when editing and generating code.

Internally wxGlade itself also has some occurences of such invalid 
flags, but you should not see these, except when running in a (Wing IDE) 
debugger.

Regards,

Dietmar