Fixed dangling pointers bug; radio button was not removing itself from

the cycle when deleted, so when deleting and then adding a radio button, we
get a crash


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35182 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2005-08-13 09:48:29 +00:00
parent 8804b53fb6
commit 992b3f1da4
3 changed files with 29 additions and 0 deletions

View File

@@ -54,6 +54,12 @@ wxGTK:
- Added support for left, centre and right text alignment attributes under
GTK+2 multi-line text controls (Mart Raudsepp).
wxMac:
- Automatic menu management improved.
- Fixed crash when wxRadioButton is deleted from a group of radio buttons,
due to dangling cycle pointers.
wxOS2
- Adjustments for building with Open Watcom C++.