]> git.saurik.com Git - wxWidgets.git/commit
Fixed bug with SetValue on read-only combobox; don't call ::SetWindowText,
authorMattia Barbon <mbarbon@cpan.org>
Fri, 6 Sep 2002 16:53:02 +0000 (16:53 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Fri, 6 Sep 2002 16:53:02 +0000 (16:53 +0000)
commitb38f3ff3784716cdf5d0382bb8b50684be167abd
treea53c5f8556d7c39ebf3ad5254d364f91e69496f8
parentfc8eba27efa47563552af8b1a36f5f21d5a8bc6a
Fixed bug with SetValue on read-only combobox; don't call ::SetWindowText,
use SetStringSelection instead.

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