In Test/System.Windows.Forms:
commita231a20ee9955ace28774693cdff3656fd43052d
authorChris Toshok <toshok@novell.com>
Sat, 30 Dec 2006 23:19:45 +0000 (30 23:19 -0000)
committerChris Toshok <toshok@novell.com>
Sat, 30 Dec 2006 23:19:45 +0000 (30 23:19 -0000)
tree810e0aeac355f1e4c30fa88160ac96534fd8b75a
parent20969767e91074dcec9ece71c43ced1777674e93
In Test/System.Windows.Forms:
* DefaultLayoutTest.cs: add some more variants for the test for
80336, and remove the NotWorking from the 80336 test.
* SendKeysTest.cs: mark these tests as not working with Xvfb so I
can exclude them.

In System.Windows.Forms:
2006-12-30  Chris Toshok  <toshok@ximian.com>

* Control.cs (SetTopLevel): fix the exception raised by
SetTopLevel for child controls.
(set_Anchor): call UpdateDistances when setting the anchor type.
This fixes bug #80336.

svn path=/trunk/mcs/; revision=70274
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/DefaultLayoutTest.cs