Restored the accidentally deleted "return true;" at the end of the Show method from last commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36136 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -617,6 +617,8 @@ bool wxTopLevelWindowMSW::Show(bool show)
|
|||||||
if (frame && frame->GetMenuBar())
|
if (frame && frame->GetMenuBar())
|
||||||
frame->GetMenuBar()->AddAdornments(GetWindowStyleFlag());
|
frame->GetMenuBar()->AddAdornments(GetWindowStyleFlag());
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user