fix handling of long lines in wxGridCellAutoWrapStringRenderer

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@59121 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2009-02-25 00:09:23 +00:00
parent b3069defb2
commit 07c18710a3
2 changed files with 14 additions and 3 deletions

View File

@@ -133,6 +133,7 @@ All (GUI):
- Use bitmap mask in wxSplashScreen.
- Translate "(c)" and "(C)" to the real copyright sign in wxAboutBox.
- Fix painting of highlight border for merged cells in wxGrid (K. Jones).
- Fix handling of long lines in wxGridCellAutoWrapStringRenderer.
All (Unix):