]> git.saurik.com Git - wxWidgets.git/commit
Check for NULL pane window in wxAuiManager.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 14 May 2011 14:18:05 +0000 (14:18 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 14 May 2011 14:18:05 +0000 (14:18 +0000)
commita4e5e0b90cd1213e9281843560b6979f37e20756
tree4274547d0d2e0d12c9dcbcb05fcefb9a55f292b7
parentfdc5bc9f67579f0b66df8806c9dcc8678e6083b0
Check for NULL pane window in wxAuiManager.

Check that the AUI pane has a non-NULL associated frame before checking
whether it's shown.

This should fix a crash which could happen when docking an undocked toolbar.

Closes #10926.

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