* DataGridView.cs: Call the base Paint impl last, instead of do that
authorCarlos Alberto Cortez <calberto.cortez@gmail.com>
Wed, 14 Apr 2010 09:12:59 +0000 (09:12 -0000)
committerCarlos Alberto Cortez <calberto.cortez@gmail.com>
Wed, 14 Apr 2010 09:12:59 +0000 (09:12 -0000)
commit690809709ec61f16afd353a5fcf54f2fb9da7305
tree079efa431e476b7ade7ae8f92ad8298f7168a173
parentdbb15adbd5abd5cc33256d6fe8dfd44f81cad196
* DataGridView.cs: Call the base Paint impl last, instead of do that
at the beginning, to let handlers draw on top of us.
Fixes the remaining bits of #587563.

2010-04-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>

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