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=81424 --- shadow/81424 2007-05-18 11:06:10.000000000 -0400 +++ shadow/81424.tmp.17381 2007-05-20 08:41:38.000000000 -0400 @@ -1,13 +1,13 @@ Bug#: 81424 Product: Mono: Class Libraries Version: 1.2 OS: GNU/Linux [Other] OS Details: -Status: NEW -Resolution: +Status: RESOLVED +Resolution: FIXED Severity: Unknown Priority: Normal Component: Windows.Forms AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -42,6 +42,13 @@ *** Bug 81473 has been marked as a duplicate of this bug. *** ------- Additional Comments From [EMAIL PROTECTED] 2007-05-18 11:06 ------- Jackson actually modified TreeView to have DoubleBuffered return false. This fixes the problem, but we should actually find out why it has no effect. + +------- Additional Comments From [EMAIL PROTECTED] 2007-05-20 08:41 ------- +Modified TreeView to just get/set DoubleBuffered value from Control, +which is false by default. Added unit test to verify this behaviour. + +Still need to check if setting DoubleBuffered to true really has no +effect on MS. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
