Hello all,
I'm using wxPython 2.6 on Python 2.3. I have an MDIChildFrame with a Notebook on a page of another Notebook.
This Notebook has 2 pages full of various standard controls.
Everything draws fine when the window isn't maximized, but when it is, the backgrounds of my controls and labels don't repaint correctly. The controls themselves redraw, as does the text of the label, but the background doesn't clear when i maximize or when i change pages while maximized.
Thanks,
Don