[Mono-bugs] [Bug 81779][Wis] Changed - TreeView: FullRowSelect should be ignored when ShowLines is true
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Sep 6 18:47:32 EDT 2007
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 monkey at jpobst.com.
http://bugzilla.ximian.com/show_bug.cgi?id=81779
--- shadow/81779 2007-09-06 18:45:42.000000000 -0400
+++ shadow/81779.tmp.11120 2007-09-06 18:47:32.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 81779
Product: Mono: Class Libraries
Version: 1.0
OS: SUSE 9.2
OS Details: Suse Linux 10.0
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Wishlist
Component: Windows.Forms
AssignedTo: monkey at jpobst.com
ReportedBy: gu at interasco.de
QAContact: mono-bugs at ximian.com
@@ -80,6 +80,17 @@
Jackon, the full row is still selected although ShowLines is true.
------- Additional Comments From latency at gmx.de 2007-09-04 11:51 -------
Created an attachment (id=19962)
Proposal for a Path for this bug.
+
+------- Additional Comments From monkey at jpobst.com 2007-09-06 18:47 -------
+Fixed in r85458. I used the part of the patch that stops the full row
+for drawing, but then I let the existing code draw the smaller focus
+instead of drawing it where the full row was. Thanks for the report
+and the patch!
+
+2007-09-06 Jonathan Pobst <monkey at jpobst.com>
+
+ * TreeView.cs: If ShowLines is true, we should ignore the FullRowSelect
+ option. [Fixes bug #81779]
More information about the mono-bugs
mailing list