Send events when toggling wxPropertyGrid nodes from keyboard.

Closes #15899.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75665 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2014-01-21 18:39:14 +00:00
parent c96fc29a52
commit 69fe5785b6
2 changed files with 3 additions and 2 deletions

View File

@@ -18,6 +18,7 @@ All (GUI):
- XRC handler for wxAuiToolBar added (Kinaou Hervé).
- Add wxHtmlWindow::SetDefaultHTMLCursor() (Jeff A. Marr).
- Add default ctor and Create() to wxContextHelpButton (Hanmac).
- Send events when toggling wxPropertyGrid nodes from keyboard (Armel Asselin).
wxGTK: