wxGrid focus handling fixes:

- don't allow focus in helper labels subwindows
- draw selection in different colour when not focused
- hide cursor/highlight when not focused



git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@51314 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2008-01-21 17:16:15 +00:00
parent 8439c5e20e
commit 2ce6b01ba5
2 changed files with 53 additions and 2 deletions

View File

@@ -112,6 +112,8 @@ All (GUI):
- SaveAs in docview takes into account path now.
- Fixed wxXmlResource::GetText() to convert data to current locale's
charset in ANSI build.
- wxGrid now indicates focus by using different colour for selection
and hiding cell cursor when it doesn't have focus.
All (Unix):