fix generation of events for an initially empty wxDirPickerCtrl

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@54732 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-07-20 22:48:34 +00:00
parent 239aad9461
commit 5b774e5249
2 changed files with 9 additions and 2 deletions

View File

@@ -132,6 +132,7 @@ wxMSW:
wxGTK:
- Fix masking of disabled bitmaps in wxMenuItem and wxStaticBitmap.
- Fix generation of events for an initially empty wxDirPickerCtrl.
wxMac:
@@ -426,7 +427,7 @@ All:
overlaps UTF-8 characters boundary.
- Account for lines without newline at the end in wxExecute().
- Added wxString::char_str(), wchar_str(), From8BitData(), To8BitData(),
FromUTF8(), ToUTF8() and utf8_str() methods for forward compatiblity
FromUTF8(), ToUTF8() and utf8_str() methods for forward compatibility
with wxWidgets 3.
All (Unix):