]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/toplevel.cpp
update KDE guide link; added to the list of the 'Changes which are compatible' the...
[wxWidgets.git] / src / msw / toplevel.cpp
index 4ab30907af24e592f9df5fcdcc8d02c16d34f567..17392121160a0d1d9f3b05e74f7d948fd12fb69c 100644 (file)
@@ -599,6 +599,8 @@ bool wxTopLevelWindowMSW::Create(wxWindow *parent,
 
 wxTopLevelWindowMSW::~wxTopLevelWindowMSW()
 {
+    SendDestroyEvent();
+
 #if defined(__SMARTPHONE__) || defined(__POCKETPC__)
     SHACTIVATEINFO* info = (SHACTIVATEINFO*) m_activateInfo;
     delete info;