---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-dev-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-dev-help@lists.wxwidgets.org
I think I hit a bug on the AUI_MDI sample on Windows XP, wxPython
latest test build. I don't know if my installation is screwed up, but
if I:
- Open the AUI_MDI sample;
- Add 2 new children windows;
- Close the window number 1 using the "x" button;
- Close the AUI_MDI demo
Thanks for reporting. This is one of those nice bugs that don't manifest when running inside the debugger... It looks like the page windows were actually getting destroyed twice, so I've fixed that. While working on that I found another bug which I've also fixed.
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!