2007-04-02 Jonathan Pobst <monkey@jpobst.com>
authorJonathan Pobst <monkey@jpobst.com>
Mon, 2 Apr 2007 21:24:42 +0000 (21:24 -0000)
committerJonathan Pobst <monkey@jpobst.com>
Mon, 2 Apr 2007 21:24:42 +0000 (21:24 -0000)
commit907207b56f9cee366e6141be172a83bfc5f3c824
tree18d3586acf6b9c01a6ad0a18e048f5f9bb1a55d6
parent5bcf02628c044f1047c7d056c8eb6849c67f3cf6
2007-04-02  Jonathan Pobst  <monkey@jpobst.com>

* StatusStrip.cs: Layout fixes for PDN.
* ToolStrip.cs: Set item's available to true, and placement to main when
added.
* ToolStripItem.cs: Fix an Available issue, check that Parent is really
changing in setter before doing any work, add InternalVisible.
* ToolStripPanel.cs: Remove unused variable to fix compiler warning.
* ToolStripSplitStackLayout.cs: If we run out of things to hide, don't
infinite loop.

svn path=/trunk/mcs/; revision=75312
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/StatusStrip.cs
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/ToolStripPanel.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripSplitStackLayout.cs