Added __WXX11__ tests where appropriate
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14703 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -387,7 +387,7 @@ void wxFrameLayout::ReparentWindow( wxWindow* pChild, wxWindow* pNewParent )
|
||||
pChild->Reparent(pNewParent);
|
||||
|
||||
return;
|
||||
#elif defined(__WXGTK__)
|
||||
#elif defined(__WXGTK__) || defined(__WXX11__)
|
||||
// FOR NOW:: floating with wxGtk still very buggy
|
||||
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user