2005-05-11 Jordi Mas i Hernandez <jordi@ximian.com>
authorJordi Mas i Hernandez <jordi@mono-cvs.ximian.com>
Tue, 10 May 2005 21:51:56 +0000 (21:51 -0000)
committerJordi Mas i Hernandez <jordi@mono-cvs.ximian.com>
Tue, 10 May 2005 21:51:56 +0000 (21:51 -0000)
commitaed5a12cc4506b2758c9f7bf00406c635b51bb11
treeb3fdc922a2ae2656506df52f3fa84098bf80e2e3
parent08e72ade6caffdb59ae126a8e00a29d7e7f69a0c
2005-05-11  Jordi Mas i Hernandez <jordi@ximian.com>

* RadioButton.cs: call base method to allow to fire OnClick event
* UpDownBase.cs: OnMouseUp call base method
* CheckedListBox.cs: call base method before returning
* TrackBar.cs: call base method before returning

svn path=/trunk/mcs/; revision=44356
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/CheckedListBox.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/RadioButton.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/TrackBar.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/UpDownBase.cs