projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add a unit test for new events (see #10000)
[wxWidgets.git]
/
src
/
univ
/
dialog.cpp
diff --git
a/src/univ/dialog.cpp
b/src/univ/dialog.cpp
index c98a5e91ac581b5ac7ca314192e3992417e6d9de..3faf2f7800844cf081446dcd0c3232b731db867a 100644
(file)
--- a/
src/univ/dialog.cpp
+++ b/
src/univ/dialog.cpp
@@
-53,8
+53,6
@@
void wxDialog::Init()
wxDialog::~wxDialog()
{
- m_isBeingDeleted = true;
-
// if the dialog is modal, this will end its event loop
Show(false);