projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
TRUE/FALSE -> true/false
[wxWidgets.git]
/
src
/
mac
/
radiobox.cpp
diff --git
a/src/mac/radiobox.cpp
b/src/mac/radiobox.cpp
index fbf840fc8d5cbd537a63274ab086cd8d5594a25c..f7874dd09985593b6b517b1440cfe88df157fc76 100644
(file)
--- a/
src/mac/radiobox.cpp
+++ b/
src/mac/radiobox.cpp
@@
-77,6
+77,8
@@
wxRadioBox::wxRadioBox()
wxRadioBox::~wxRadioBox()
{
wxRadioBox::~wxRadioBox()
{
+ m_isBeingDeleted = TRUE;
+
wxRadioButton *next,*current;
current=m_radioButtonCycle->NextInCycle();
wxRadioButton *next,*current;
current=m_radioButtonCycle->NextInCycle();