send changed event when selecting a special directory from wxDirPickerCtrl combobox

closes #16064


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@76436 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2014-05-01 16:57:50 +00:00
parent 65a7d01fe8
commit b634480046
2 changed files with 36 additions and 25 deletions

View File

@@ -617,6 +617,8 @@ wxGTK:
- Fix handling of the accelerators for sub menu items (Chaobin Zhang).
- Fix disappearing mouse clicks when using wxTreeCtrl.
- Fix calls to Move{Before,After}InTabOrder() after parent window creation.
- Fix wxDirPickerCtrl to send wxEVT_DIRPICKER_CHANGED when user selects a
special folder from combobox
wxMSW: