2008-06-11 Jonathan Pobst <monkey@jpobst.com>
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / ChangeLog
index f5e6a1f3dd723bcc57452af2e0fbcee3219a9c9d..e04443438447ca5bc052a279bf03cccae1697310 100644 (file)
@@ -1,3 +1,10 @@
+2008-06-11  Jonathan Pobst  <monkey@jpobst.com>
+
+       * FontDialog.cs: Forward ListBox keyboard events to the ListBox
+       instead of trying to duplicate the code.
+       * ListBox.cs: Make method internal so we can send keyboard events.
+       [Fixes bug #398344]
+       
 2008-06-11  Jonathan Pobst  <monkey@jpobst.com>
 
        * TextBoxBase.cs: When pasting and checking the max length,