2006-12-04 Chris Toshok <toshok@ximian.com>
authorChris Toshok <toshok@novell.com>
Mon, 4 Dec 2006 22:04:58 +0000 (22:04 -0000)
committerChris Toshok <toshok@novell.com>
Mon, 4 Dec 2006 22:04:58 +0000 (22:04 -0000)
* DataGridColumnStyle.cs (SetDataGrid): call CheckValidDataSource
to reassign the propertydescriptor.

svn path=/trunk/mcs/; revision=68998

mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/DataGridColumnStyle.cs

index 9c8be2865653203548a2167679b996a4579b58ed..47285aa2c47ffc8364bb36074a131043664148a1 100644 (file)
@@ -1,3 +1,8 @@
+2006-12-04  Chris Toshok  <toshok@ximian.com>
+
+       * DataGridColumnStyle.cs (SetDataGrid): call CheckValidDataSource
+       to reassign the propertydescriptor.
+
 2006-12-04  Jackson Harper  <jackson@ximian.com>
 
        * TextBoxBase.cs: Default selection length is -1, need to do some
        to get the correct order of children and remove the other
        redundant list.
 
-2006-12-04  Chris Toshok  <toshok@ximian.com>
-
-       * DataGridColumnStyle.cs (SetDataGrid): call CheckValidDataSource
-       to reassign the propertydescriptor.
-
 2006-12-04  Chris Toshok  <toshok@ximian.com>
 
        * PropertyGridView.cs: cached_splitter_location is only used in
index 9a40b759fd758c2341f14e32241ee732a77804c8..ea756820ae707d168e44c8e471e2f9bbd7065a2f 100644 (file)
@@ -492,10 +492,8 @@ namespace System.Windows.Forms
 
                        property_descriptor = null;
 
-#if false
                        if (value.ListManager != null)
                                CheckValidDataSource (value.ListManager);
-#endif
                }
 
                protected virtual void SetDataGridInColumn (DataGrid value)