In System.Windows.Forms:
commit02ba6601925269dfcddb2b5966fc8191c9220337
authorChris Toshok <toshok@novell.com>
Tue, 26 Dec 2006 02:28:16 +0000 (26 02:28 -0000)
committerChris Toshok <toshok@novell.com>
Tue, 26 Dec 2006 02:28:16 +0000 (26 02:28 -0000)
treec6aba8e27d02482b06f7b636aad42e7d7b39374b
parente6bbf1eb59a889aa37e1e8ac40b0ff0fb719de88
In System.Windows.Forms:
* Control.cs: only update dist_right/dist_bottom if the
width/height is > 0.  this fixes anchored controls being resized
smaller until they disappear and then resized larger again.

2006-12-25  Chris Toshok  <toshok@ximian.com>

In System.Windows.Forms.Layout:
* DefaultLayout.cs: invert the tests for anchoring to make the
code a little more compact.

2006-12-25  Chris Toshok  <toshok@ximian.com>

svn path=/trunk/mcs/; revision=70063
mcs/class/Managed.Windows.Forms/System.Windows.Forms.Layout/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms.Layout/DefaultLayout.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs