Raise the scrollbars on reparenting (part of patch #9076)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62131 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2009-09-25 16:15:04 +00:00
parent b78ffab030
commit b80fdc0299

View File

@ -2250,6 +2250,8 @@ bool wxWindowMac::Reparent(wxWindowBase *newParentBase)
m_peer->RemoveFromParent();
m_peer->Embed( GetParent()->GetPeer() );
MacChildAdded();
return true;
}