2009-01-06 Carlos Alberto Cortez <calberto.cortez@gmail.com>
authorCarlos Alberto Cortez <calberto.cortez@gmail.com>
Wed, 7 Jan 2009 12:03:40 +0000 (12:03 -0000)
committerCarlos Alberto Cortez <calberto.cortez@gmail.com>
Wed, 7 Jan 2009 12:03:40 +0000 (12:03 -0000)
commit48279fef4df8c37d3206a347edca44a2c29f5e81
tree12bf27c820b609771f8972895a38c6f73980613a
parentc60ae91aad7f43b2f943ba064eadfa6b46057e1b
2009-01-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>

* RadioButton.cs: When setting Checked, we should first update the
check state of the current RadioButton, as well as invalidating it,
and after that actually update the siblings. This is done to match
.net.
Fixes the remaining bits of #463028.

svn path=/trunk/mcs/; revision=122648
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/RadioButton.cs