Pass last page in wxEVT_WIZARD_FINISHED event.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 13 Oct 2010 22:10:39 +0000 (22:10 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 13 Oct 2010 22:10:39 +0000 (22:10 +0000)
commit71d6cd60ee7ccdb5a1275eebbc19107a8c865a9b
tree6f7311eb6f7b08c98eb9d47ad84b61fb956ac571
parentb7c31456fe5f3ab5f9046f763a23aeddfec3b531
Pass last page in wxEVT_WIZARD_FINISHED event.

Delay resetting the wizard page to NULL when it terminates to allow
wxEVT_WIZARD_FINISHED event to carry the correct pointer to the last page.

Closes #12537.

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