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:
parent
dbc7ceb925
commit
335b5afa77
@ -612,7 +612,7 @@ void wxTopLevelWindowMSW::DoShowWindow(int nShowCmd)
|
||||
void wxTopLevelWindowMSW::ShowWithoutActivating()
|
||||
{
|
||||
if ( !wxWindowBase::Show(true) )
|
||||
return false;
|
||||
return;
|
||||
|
||||
DoShowWindow(SW_SHOWNA);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user