fix repaining of highlight for merged cells [backport of r55630 from trunk] (closes #9718)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@58753 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2009-02-08 10:23:19 +00:00
parent d166aa7c16
commit e3646f4afd
2 changed files with 22 additions and 1 deletions

View File

@@ -132,6 +132,7 @@ All (GUI):
wxMac with CoreGraphics where sash drawing isn't implemented.
- 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).
All (Unix):