]> git.saurik.com Git - wxWidgets.git/commit
Override DoThaw() in wxAuiNotebook correctly.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 2 Apr 2012 18:26:03 +0000 (18:26 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 2 Apr 2012 18:26:03 +0000 (18:26 +0000)
commitc52f18dfc8629b90bf23396eee9a5d55452bfcb0
tree7f88e3dd215ca47be5289b2adfbb8253cd6db018
parent554b7d9f8da9ee75b7922060ca063b058d8b3b5b
Override DoThaw() in wxAuiNotebook correctly.

Don't "override" Thaw() in wxAuiNotebook as it's not virtual any more.
Override DoThaw() instead.

Also use wxBookCtrlBase instead of wxControl as the base class.

Closes #14179.

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