Update the value of read-only wxComboBox in wxUniv.

Fix regression in combobox appearance: it never showed the selected value when
it was read-only any more.

Closes #13688.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70126 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2011-12-27 01:21:46 +00:00
parent 7eff714407
commit 59060c07b4
2 changed files with 10 additions and 3 deletions

View File

@@ -473,6 +473,11 @@ OSX:
- Provide native implementations of wxDatePickerCtrl and wxTimePickerCtrl.
Univ:
- Fix regression with read-only wxComboBox appearance (Jason Erb).
2.9.3: (released 2011-12-14)
------