[Mono-bugs] [Bug 78945][Min] Changed - Scrollwheel doesn't work on ComboBox
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Aug 17 14:00:26 EDT 2006
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 mkestner at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78945
--- shadow/78945 2006-08-09 13:23:57.000000000 -0400
+++ shadow/78945.tmp.30428 2006-08-17 14:00:26.000000000 -0400
@@ -1,16 +1,16 @@
Bug#: 78945
Product: Mono: Class Libraries
Version: 1.1
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Minor
-Component: Windows.Forms
+Component: System.Security
AssignedTo: mkestner at ximian.com
ReportedBy: monkey at jpobst.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
@@ -53,6 +53,9 @@
cb.DropDownStyle = ComboBoxStyle.DropDown;
cb.DataSource = new string [] {"Apple", "Banana", "Cherry", "Donuts",
"Eggs", "Fish"};
Controls.Add (cb);
}
}
+
+------- Additional Comments From mkestner at ximian.com 2006-08-17 14:00 -------
+revision 63931.
More information about the mono-bugs
mailing list