Reverted changes that set m_widget to NULL in native

GTK+ dialogs for now. The problem persists, that
    when quitting the native file dialog with ESC, the
    dialog will be destroyed twice.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30807 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2004-11-28 13:08:26 +00:00
parent 6120f2fcdb
commit a733492856
4 changed files with 6 additions and 10 deletions

View File

@@ -97,7 +97,6 @@ wxMessageDialog::wxMessageDialog(wxWindow *parent,
wxMessageDialog::~wxMessageDialog()
{
m_widget = NULL;
}
int wxMessageDialog::ShowModal()