]> git.saurik.com Git - wxWidgets.git/commit
Ignore non-existant string selection in wxComboBox::SetValue() in read-only mode...
authorRobert Roebling <robert@roebling.de>
Mon, 16 Aug 2010 17:48:28 +0000 (17:48 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 16 Aug 2010 17:48:28 +0000 (17:48 +0000)
commit9572bf1d442006beba3528dc00c3fc05eb523c24
treee0c60ad067d56a5c9f7803e470448be7b1aaf355
parentbdf90a1a1c4b7ce58980b47c7af926dc905652e8
Ignore non-existant string selection in wxComboBox::SetValue() in read-only mode, as per the very exact docs, fixes #12329: wxComboBox can set non-existing string in read only mode

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