don't lose the combobox text when it's opened and closed (patch 1684252, closes bug 1612994) [backport from HEAD]

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@45011 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-03-22 02:46:21 +00:00
parent 0f97497fcf
commit 5d511d9b6e
2 changed files with 8 additions and 0 deletions

View File

@@ -94,6 +94,7 @@ wxMSW:
- Corrected wxStaticBox label appearance when its foreground colour was set:
it didn't respect font size nor background colour then (Juan Antonio Ortega)
- Don't lose combobox text when it's opened and closed (Kolya Kosenko)
2.8.3
-----