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:
parent
47bff9ff8b
commit
0567fdfceb
@ -617,6 +617,8 @@ bool wxTopLevelWindowMSW::Show(bool show)
|
||||
if (frame && frame->GetMenuBar())
|
||||
frame->GetMenuBar()->AddAdornments(GetWindowStyleFlag());
|
||||
#endif
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user