* TabControl.cs: Call Invalidate when removing a tab page. We were
authorCarlos Alberto Cortez <calberto.cortez@gmail.com>
Thu, 24 Jun 2010 15:59:25 +0000 (15:59 -0000)
committerCarlos Alberto Cortez <calberto.cortez@gmail.com>
Thu, 24 Jun 2010 15:59:25 +0000 (15:59 -0000)
commit386f45074054c317e1e64152884e978396d85b0c
tree45549b7f91a916dfc102b7c84751a40edec8b0ca
parent39ef8cd13f0fca189626f52624a7f4294315d63b
* TabControl.cs: Call Invalidate when removing a tab page. We were
depending on the redraw routines of SelectedIndex, which could be not
enough to detect the real affected area.

2010-06-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>

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