no changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10573 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2001-06-14 17:43:38 +00:00
parent 8773bc76d8
commit d014b8670e

View File

@ -41,8 +41,9 @@ wxMSW:
alt or shift) are now possible alt or shift) are now possible
- Compile fixes for Watcom C++ added - Compile fixes for Watcom C++ added
- Compile fixes for Cygwin 1.0 added - Compile fixes for Cygwin 1.0 added
- Use SetForegroundWindow() in wxWindow::Raise() instead of BringWindowToTop()
- Replaced wxYield() call in PopupMenu() by a much safer - Replaced wxYield() call in PopupMenu() by a much safer
wxYieldForCommandsOnly() - fixes tree ctrl bug wxYieldForCommandsOnly() - fixes tree ctrl popup menu bug and other ones
- Enter processing in wxSpinCtrl fixed - Enter processing in wxSpinCtrl fixed
- Fixed bug in determining the best listbox size - Fixed bug in determining the best listbox size
- Fix for wxFrame's last focus bug - Fix for wxFrame's last focus bug
@ -53,8 +54,7 @@ wxMSW:
wxGTK: wxGTK:
- Fixed slider rounding bug - Fixed slider rounding bug
- Added code to set wxFont's default encoding to - Added code to set wxFont's default encoding to wxLocale::GetSystemEncoding()
wxLocale::GetSystemEncoding()
- We now send iconize events - We now send iconize events
- Fix for discrepancies between wxNotebookEvent and wxNotebook - Fix for discrepancies between wxNotebookEvent and wxNotebook
GetSelection() results GetSelection() results