2006-12-31 Chris Toshok <toshok@ximian.com>
commitc0164b1d8b0bf72ab4e8fbd9a6b3642c07bd52ba
authorChris Toshok <toshok@novell.com>
Sun, 31 Dec 2006 23:18:35 +0000 (31 23:18 -0000)
committerChris Toshok <toshok@novell.com>
Sun, 31 Dec 2006 23:18:35 +0000 (31 23:18 -0000)
tree1ce3ce9216ecfdf250cd368b94596c0c5d35917a
parent05bc32c8ea06cbd5e1b6bb4455360df83a327128
2006-12-31  Chris Toshok  <toshok@ximian.com>

* ToolBar.cs: don't assign to dock_style in the .ctor.  it doesn't
override the layout style (anchor/dock) of the control.  assign to
Dock instead.  Fixes bug #80416.

* ToolStrip.cs: same.

svn path=/trunk/mcs/; revision=70297
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolBar.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStrip.cs