]> git.saurik.com Git - wxWidgets.git/commit
several notebook bugs fixed:
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 24 Jun 1999 21:27:52 +0000 (21:27 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 24 Jun 1999 21:27:52 +0000 (21:27 +0000)
commit96d3780753c7f6acfa4e29c1365f8abbfaba8f8c
treeb1ae75d5e10441711d953c48afbb7c741dc228f4
parentb1cf23dc26386e0c79c83ce47d5f3f703b397586
several notebook bugs fixed:
1. deleting the last page sets selection to -1
2. deleting the selected page unselects it first
3. adding page calls Layout() on it

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2888 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/notebook/test.cpp
samples/notebook/test.h
src/msw/notebook.cpp