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:
@@ -69,7 +69,7 @@ bool wxDialog::Show( bool show )
|
|||||||
if (show && CanDoLayoutAdaptation())
|
if (show && CanDoLayoutAdaptation())
|
||||||
DoLayoutAdaptation();
|
DoLayoutAdaptation();
|
||||||
|
|
||||||
bool ret = wxWindow::Show( show );
|
bool ret = wxDialogBase::Show(show);
|
||||||
|
|
||||||
if (show)
|
if (show)
|
||||||
InitDialog();
|
InitDialog();
|
||||||
|
Reference in New Issue
Block a user