Author: rolf
Date: 2007-08-08 09:19:44 -0400 (Wed, 08 Aug 2007)
New Revision: 83668
Modified:
trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/PropertyGrid.cs
Log:
Big duhh...
Modified:
trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/PropertyGrid.cs
===================================================================
--- trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/PropertyGrid.cs
2007-08-08 13:15:07 UTC (rev 83667)
+++ trunk/mcs/class/Managed.Windows.Forms/System.Windows.Forms/PropertyGrid.cs
2007-08-08 13:19:44 UTC (rev 83668)
@@ -1390,7 +1390,7 @@
foreach (PropertyDescriptor property in properties) {
GridEntry grid_entry;
grid_entry = grid_item_coll [property.Name] as
GridEntry;
- if (grid_entry == null/* || grid_entry is
CategoryGridEntry*/) {
+ if (grid_entry == null || grid_entry is
CategoryGridEntry) {
grid_entry = new GridEntry
(property_grid_view, objs, property);
} else {
grid_entry.SelectedObjects = objs;
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches