2008-08-27 Jonathan Pobst <monkey@jpobst.com>
authorJonathan Pobst <monkey@jpobst.com>
Wed, 27 Aug 2008 16:15:40 +0000 (16:15 -0000)
committerJonathan Pobst <monkey@jpobst.com>
Wed, 27 Aug 2008 16:15:40 +0000 (16:15 -0000)
commit6ed32246f76ed4df12b21be93f34033a31eec122
treeaac7e449b5da1b3d84b2bfc976e387407b51cef0
parentcc9c53a10981325624b1e6037f2c626822fc0a6b
2008-08-27  Jonathan Pobst  <monkey@jpobst.com>

* ComboBox.cs: Don't suppress the TextChanged event when changing
the SelectedIndex.
* ToolStripComboBox.cs: Listen to the ComboBox's TextChanged event
and re-raise it.
[Fixes bug #420673]

svn path=/trunk/mcs/; revision=111714
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ComboBox.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripComboBox.cs