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:
parent
b78ffab030
commit
b80fdc0299
@ -2250,6 +2250,8 @@ bool wxWindowMac::Reparent(wxWindowBase *newParentBase)
|
||||
|
||||
m_peer->RemoveFromParent();
|
||||
m_peer->Embed( GetParent()->GetPeer() );
|
||||
|
||||
MacChildAdded();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user