[wxPython] wxNotebook on win32

I have an application using wxPython 2.15 that runs on win32 and GTK
(Irix, wxGTK 2.15, gtk 2.17) that uses a wxNotebook. On wxGTK I can
delete pages from the notebook and the notebook will redraw itself.
However, when I delete pages on win32 the notebook does not redraw
itself. Is this a known problem on win32?

I have an application using wxPython 2.15 that runs on win32 and GTK
(Irix, wxGTK 2.15, gtk 2.17) that uses a wxNotebook. On wxGTK I can
delete pages from the notebook and the notebook will redraw itself.
However, when I delete pages on win32 the notebook does not redraw
itself. Is this a known problem on win32?

The demo deletes notebook pages all the time. Can you put together a small
example that shows your problem?

ยทยทยท

--
Robin Dunn
Software Craftsman
robin@AllDunn.com
http://wxpython.org Java give you jitters?
http://wxpros.com Relax with wxPython!