[Mono-bugs] [Bug 74729][Wis] Changed - ComboBox does not draw bottom item

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 25 Apr 2005 20:05:55 -0400 (EDT)


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 jackson@ximian.com.

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

--- shadow/74729	2005-04-25 19:50:48.000000000 -0400
+++ shadow/74729.tmp.5280	2005-04-25 20:05:55.000000000 -0400
@@ -1,17 +1,17 @@
 Bug#: 74729
 Product: Mono: Class Libraries
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: Windows.Forms
-AssignedTo: jordi@ximian.com                            
+AssignedTo: jackson@ximian.com                            
 ReportedBy: jackson@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: ComboBox does not draw bottom item
@@ -25,6 +25,10 @@
 2. Click any of the combobox's arrows, to open its drop down
   - All the items are drawn correctly.
 3. Select the top item
   - The bottom item is no longer drawn
 4. Select the next item
   - All the items are drawn correctly again
+
+------- Additional Comments From jackson@ximian.com  2005-04-25 20:05 -------
+Turns out this is related to clipping and my new double buffering
+stuff. So I am reassigning to myself.