repaired recently broken framelayout
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2543 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -354,9 +354,9 @@ void wxFrameLayout::ReparentWindow( wxWindow* pChild, wxWindow* pNewParent )
|
||||
|
||||
return;
|
||||
|
||||
pChild->ReParent( pNewParent );
|
||||
//pChild->ReParent( pNewParent );
|
||||
|
||||
return;
|
||||
//return;
|
||||
#endif
|
||||
|
||||
wxMessageBox( "Sorry, docking is not supported for ports other than MSW and wxGTK" );
|
||||
|
Reference in New Issue
Block a user