Preserve wxComboBox selection when modifying the selected item in wxGTK too.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 29 Apr 2012 23:22:01 +0000 (23:22 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 29 Apr 2012 23:22:01 +0000 (23:22 +0000)
commit182cad34aa73a65ee29736d8314f8c282d02efad
treec1f68b5cec0108d6765388a813b04d73ef20ce3f
parentb90aca4cba628fd25471b337cd9ddba26fc7ba7b
Preserve wxComboBox selection when modifying the selected item in wxGTK too.

This does the same thing as r70018 did for wxMSW but for wxGTK, i.e. it keeps
the combo box item selected when its text is modified.

This fixes [Bitmap]ComboBox unit tests under wxGTK.

See #13769.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71316 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/combobox.cpp