2007-03-09 Jonathan Pobst <monkey@jpobst.com>
authorJonathan Pobst <monkey@jpobst.com>
Fri, 9 Mar 2007 15:37:58 +0000 (15:37 -0000)
committerJonathan Pobst <monkey@jpobst.com>
Fri, 9 Mar 2007 15:37:58 +0000 (15:37 -0000)
commitd00d53e2c6cfd69aa077a6b6d014633ac40cd7f3
treeb01013e1a8f858a27de7d4e15c2ad35fc1280ffb
parent0699279f1fe5c695f1a3174de13925af51a1a78f
2007-03-09  Jonathan Pobst  <monkey@jpobst.com>

* ToolStrip.cs: Rework AutoSize to adjust height when docked to the
top or bottom.
* ToolStripItem.cs: Make Image drawing take ImageScaling into account.
* ToolStripItemCollection.cs: Don't call owner.PerformLayout when a new
item is added.  This logic was moved to ToolStrip.OnItemAdded.
[Fixes bug #81090]

svn path=/trunk/mcs/; revision=74009
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStrip.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripItem.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripItemCollection.cs