projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Simplify wxFileNameFromPath() implementation to avoid redundancy.
[wxWidgets.git]
/
src
/
palmos
/
control.cpp
diff --git
a/src/palmos/control.cpp
b/src/palmos/control.cpp
index 39033e863d4d3c87d377e345e2d8959f6ece8a15..66dd535de7b2720861c1229ee20e74003f1fef92 100644
(file)
--- a/
src/palmos/control.cpp
+++ b/
src/palmos/control.cpp
@@
-77,8
+77,9
@@
void wxControl::Init()
wxControl::~wxControl()
{
wxControl::~wxControl()
{
+ SendDestroyEvent();
+
SetLabel(wxEmptyString);
SetLabel(wxEmptyString);
- m_isBeingDeleted = true;
DestroyChildren();
DestroyChildren();