fix wxNotebook::GetPage{Text,Image}() when they were called from the page change event handler for the first added page (patch 1895161)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@51853 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-02-17 01:37:23 +00:00
parent 8d2211719f
commit 3ae0951d3a
2 changed files with 13 additions and 9 deletions

View File

@@ -148,6 +148,8 @@ wxGTK:
- Implement wxListBox::EnsureVisible() (Andreas Kling)
- Fixed wxCURSOR_HAND to map to GDK_HAND2 and not GDK_HAND1, for consistency
with other applications.
- Fix wxNotebook::GetPage{Text,Image}() when they were called from the page
change event handler for the first added page (Mikkel S).
wxMac: