fix for ticket #4505, Floatable(false) wasn't working in all cases
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@54909 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2851,7 +2851,8 @@ bool wxAuiManager::DoDrop(wxAuiDockInfoArray& docks,
|
||||
(part->dock->dock_direction != wxAUI_DOCK_CENTER &&
|
||||
part->dock->dock_direction != wxAUI_DOCK_NONE)))
|
||||
{
|
||||
drop.Float();
|
||||
if (drop.IsFloatable())
|
||||
drop.Float();
|
||||
}
|
||||
|
||||
m_skipping = false;
|
||||
|
Reference in New Issue
Block a user