From c3c7278aa7558b4918b4bb8696ea0543bd64d9ee Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Thu, 26 Apr 2007 21:21:30 +0000 Subject: [PATCH] Mention change in wxComboBox::SetValue() git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@45685 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/changes.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changes.txt b/docs/changes.txt index 11a1fc9fcb..38c7e05575 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -120,6 +120,7 @@ wxGTK: - Fix infinite loop when adding a wxStaticText control to a toolbar - Fix wxNO_BORDER style for wxRadioBox (David Hart) +- wxComboBox::SetValue() doesn't emit EVT_TEXT anymore - Fix wxTextCtrl::GetLineText() for empty lines (Marcin Wojdyr) wxMac: @@ -132,6 +133,7 @@ wxUniv: - Fix wxComboBox::SetSelection(wxNOT_FOUND) - Fix setting background colour for controls with transparent background +>>>>>>> 1.1006.2.35 2.8.3 -----