]> git.saurik.com Git - wxWidgets.git/commit
Don't dock undockable panes in wxAuiManager::LoadPerspective().
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 3 Nov 2010 16:29:30 +0000 (16:29 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 3 Nov 2010 16:29:30 +0000 (16:29 +0000)
commit30b08886479677bfb9437654e4a289091bab2b87
tree79e8e3eadd90a0be28498c8a19f9d53d7925ed6b
parent10875c13e900e79a16a084cfa81bbc7dda2cd3b1
Don't dock undockable panes in wxAuiManager::LoadPerspective().

All panes were docked when loading a perspective, including those that were
created to be non-dockable. Don't dock the latter ones now.

Closes #12648.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66005 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/aui/framemanager.cpp