Hi All,
One more bug found. Editing wxTreeCtrl label (either manually or via
EditLabel) crashes the program if wxTreeCtrl placed directly to the
wxNotebook as a page.
Unittest code is attached (function
test_CRASH_wxTreeCtrl_EditLabel_on_notebook_page). This happened on MSW
2000/XP with wxPython2.6-win32-unicode-2.6.0.1pre.20050516-py24.exe
Known workaround is to put wxTreeCtrl on wxPanel and place this panel as a
notebook's page.
Vladimir Ignatov
test_wxNotebook.py (2.89 KB)