wxFileDialog now returns correct filter index for multiple-file
dialogs. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25278 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
f0f4301209
commit
a9b293667e
@ -66,8 +66,8 @@ versions, please update your code to not use them.
|
|||||||
OTHER CHANGES
|
OTHER CHANGES
|
||||||
=============
|
=============
|
||||||
|
|
||||||
2.5.1
|
2.5.1/2.5.2
|
||||||
-----
|
-----------
|
||||||
|
|
||||||
All:
|
All:
|
||||||
|
|
||||||
@ -130,6 +130,8 @@ wxMSW:
|
|||||||
- wxComboBox::GetValue within a wxEVT_COMMAND_TEXT_UPDATED event
|
- wxComboBox::GetValue within a wxEVT_COMMAND_TEXT_UPDATED event
|
||||||
should now pass the correct value even if the handler for
|
should now pass the correct value even if the handler for
|
||||||
wxEVT_COMMAND_COMBOBOX_SELECTED changed the selection
|
wxEVT_COMMAND_COMBOBOX_SELECTED changed the selection
|
||||||
|
- wxFileDialog now returns correct filter index for multiple-file
|
||||||
|
dialogs
|
||||||
|
|
||||||
wxGTK:
|
wxGTK:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user