fixed bug with details list not being shown under fvwm2 and windowmaker

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7048 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2000-04-03 08:16:27 +00:00
parent 3646a28b11
commit b8aa8301fc

View File

@@ -884,6 +884,7 @@ void wxLogDialog::OnDetails(wxCommandEvent& WXUNUSED(event))
// in any case, our size changed - update
sizer->SetSizeHints(this);
sizer->Fit(this);
Show(TRUE);
}
wxLogDialog::~wxLogDialog()