forward Show() to base, not wxWindow

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52170 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2008-02-28 06:34:01 +00:00
parent 7442b5ee7a
commit 8fb09a08c7

View File

@@ -69,7 +69,7 @@ bool wxDialog::Show( bool show )
if (show && CanDoLayoutAdaptation())
DoLayoutAdaptation();
bool ret = wxWindow::Show( show );
bool ret = wxDialogBase::Show(show);
if (show)
InitDialog();