Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by [EMAIL PROTECTED]

http://bugzilla.ximian.com/show_bug.cgi?id=79478

--- shadow/79478        2006-09-22 22:08:35.000000000 -0400
+++ shadow/79478.tmp.8616       2006-09-22 22:09:33.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 79478
 Product: Mono: Class Libraries
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Windows.Forms
 AssignedTo: [EMAIL PROTECTED]                            
 ReportedBy: [EMAIL PROTECTED]               
 QAContact: [EMAIL PROTECTED]
 TargetMilestone: ---
@@ -25,6 +25,22 @@
 selection when using arrow keys or mouse wheel
 
 Steps to reproduce the problem:
 1. Compile the sample
 2. Select any value in FontFace textbox
 3. Try pressing arrow keys (up and down) or mouse wheel to change selection.
+
+------- Additional Comments From [EMAIL PROTECTED]  2006-09-22 22:09 -------
+// Sample
+using System;
+using System.Windows.Forms;
+using System.Drawing;
+
+public class Test
+{
+        static void Main ()
+        {
+                FontDialog fd = new FontDialog ();
+                fd.ShowDialog ();
+        }
+}
+
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to