2008-10-24 Jonathan Pobst <monkey@jpobst.com>
commit3156a33eec88ffbaf205db5c2fbb1845175970e9
authorjpobst <jpobst@e3ebcda4-bce8-0310-ba0a-eca2169e7518>
Fri, 24 Oct 2008 16:03:47 +0000 (24 16:03 +0000)
committerjpobst <jpobst@e3ebcda4-bce8-0310-ba0a-eca2169e7518>
Fri, 24 Oct 2008 16:03:47 +0000 (24 16:03 +0000)
treea4fb6be94b88e1e19fc080f1c456f4c9cd562f7c
parent608f5ad064a02e185751bab561a43af527ce097b
2008-10-24  Jonathan Pobst  <monkey@jpobst.com>

* ToolStripDropDownItem.cs: Call OnClick instead of base.OnClick so
overridden methods will get called.
* ToolStripItem.cs: Raise Click before MouseUp.
* ToolStripSplitButton.cs: Fix up some bounding rectangles to take
the item's location into account.
[Fixes bug #437683]

git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/mcs@116961 e3ebcda4-bce8-0310-ba0a-eca2169e7518
class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
class/Managed.Windows.Forms/System.Windows.Forms/ToolStripDropDownItem.cs
class/Managed.Windows.Forms/System.Windows.Forms/ToolStripItem.cs
class/Managed.Windows.Forms/System.Windows.Forms/ToolStripSplitButton.cs