I think this is a known problem, but I though I would make sure.
I just upgraded to wxpython 2.3.2.1/python 2.2 and now my app is showing a
funny behavior when it gets resized. Sometimes the widgets do not get
redrawn properly and text and buttons are out of line. If the app is
minimized and restored, everything looks OK. None of this happened in
wxpython 2.3.0.
I think this is a known problem, but I though I would make sure.
I just upgraded to wxpython 2.3.2.1/python 2.2 and now my app is showing a
funny behavior when it gets resized. Sometimes the widgets do not get
redrawn properly and text and buttons are out of line. If the app is
minimized and restored, everything looks OK. None of this happened in
wxpython 2.3.0.
It is a known problem. There was some effort to eliminate some redundant
paint events I think in some cases they were over agressive.
Is there a fix or work around? It is quite ugly.
Add a call to Refresh to the EVT_SIZE handler.
ยทยทยท
--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters? http://wxPython.org Relax with wxPython!