2009-06-17 Jonathan Pobst <monkey@jpobst.com>
authorJonathan Pobst <monkey@jpobst.com>
Wed, 17 Jun 2009 21:27:10 +0000 (21:27 -0000)
committerJonathan Pobst <monkey@jpobst.com>
Wed, 17 Jun 2009 21:27:10 +0000 (21:27 -0000)
commit86afac79d2319c6efe7aacf12a3b92f4b9f5387a
tree46a690e6e39c29a9881ed7ad59251b674813fca3
parent2fd570b20e2c42bd7e904b66a80776743598ae31
2009-06-17  Jonathan Pobst  <monkey@jpobst.com>

* ComboBox.cs: When using AddRange on a sorted combobox, don't
try to use our inefficient sorted insert method, just append
it and sort the whole thing at then end.
[Fixes bug #511247]

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