2007-04-03 Jonathan Pobst <monkey@jpobst.com>
authorJonathan Pobst <monkey@jpobst.com>
Tue, 3 Apr 2007 22:35:32 +0000 (22:35 -0000)
committerJonathan Pobst <monkey@jpobst.com>
Tue, 3 Apr 2007 22:35:32 +0000 (22:35 -0000)
commit3114e9029cf1207e157679faa6c159af42ed03df
treed188d0ebe3db68b63e77db4751e29e5543ae995c
parent80364028f9f0de1967cfaf97be2bbd3ea36c6aff
2007-04-03  Jonathan Pobst  <monkey@jpobst.com>

* Control.cs: Fix an issue where if a user resized a control inside
a sizing method like OnResize, we would overwrite their explicit
value.  Also, only call DefaultSize once in the constructor instead
of 4 times.  Also, do not call SetBoundsCore from SetBounds if
nothing actually changed.

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