don't set focus to a hidden notebook (patch 1299005)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35663 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-09-24 21:22:28 +00:00
parent a5924a7a35
commit e1cffcd6e3
2 changed files with 11 additions and 15 deletions

View File

@@ -8,6 +8,7 @@ wxWidgets Change Log - For more verbose changes, see the manual
wxMSW:
- wxFileDialog respects absence of wxCHANGE_DIR flag under NT (Brad Anderson)
- Switching page of a hidden notebook doesn't lose focus (Jamie Gadd)
Unix: