don't hard code the menu bar height under WinCE (#10248) [backport of r57393 from trunk]

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@57395 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-12-17 11:29:20 +00:00
parent 9ea428c072
commit 9dd0e3cfcf
2 changed files with 15 additions and 7 deletions

View File

@@ -135,6 +135,10 @@ wxMSW:
- Correct coordinates of wxDropFilesEvent (Dmitriy Maksimov).
- Fix handling of abandoned mutexes in wxMutex (David Heffernan).
wxMSW/CE:
- Don't hardcode the menu bar height (Michele Spighi).
wxGTK:
- Fixed printing to use fonts sizes adjustment consistent with wxMSW.