Postpone showing the notebook pages under wxOSX/Cocoa.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 24 Jul 2010 12:27:29 +0000 (12:27 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 24 Jul 2010 12:27:29 +0000 (12:27 +0000)
commit5bdeabafbec906ad680f82c67e3dfa0684592570
tree7bd5a3526e3a676b4d57d000de6d03488f1ea20b
parent1aff4201c36daec702cabc869c0bf899c56ba8cc
Postpone showing the notebook pages under wxOSX/Cocoa.

Showing the selected notebook page immediately when it's selected can result
in the top level parent of the notebook being shown prematurely, so don't do
this until the notebook itself is shown.

Closes #12227.

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