Compilation fix for last commit.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62509 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -612,7 +612,7 @@ void wxTopLevelWindowMSW::DoShowWindow(int nShowCmd)
|
|||||||
void wxTopLevelWindowMSW::ShowWithoutActivating()
|
void wxTopLevelWindowMSW::ShowWithoutActivating()
|
||||||
{
|
{
|
||||||
if ( !wxWindowBase::Show(true) )
|
if ( !wxWindowBase::Show(true) )
|
||||||
return false;
|
return;
|
||||||
|
|
||||||
DoShowWindow(SW_SHOWNA);
|
DoShowWindow(SW_SHOWNA);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user