Browse Source

PropertyGrid: fixed bug when the SelectedObject is set to null the information panel retains the last selected property info.

pull/1645/head
brianlagunas_cp 15 years ago
parent
commit
e34f51e8b1
  1. 1
      ExtendedWPFToolkitSolution/Src/WPFToolkit.Extended/PropertyGrid/Implementation/PropertyGrid.cs

1
ExtendedWPFToolkitSolution/Src/WPFToolkit.Extended/PropertyGrid/Implementation/PropertyGrid.cs

@ -532,6 +532,7 @@ namespace Microsoft.Windows.Controls.PropertyGrid
SelectedObjectName = String.Empty;
SelectedObjectType = null;
_propertyItemsCache = null;
SelectedProperty = null;
Properties = null;
}

Loading…
Cancel
Save