Skip to content

Commit 75f6871

Browse files
Debugger agent fix for #3723
1 parent cd6805d commit 75f6871

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ILSpy/Metadata/Helpers.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ public static DataGrid PrepareDataGrid(TabPageModel tabPage, ILSpyTreeNode selec
7575
AdvancedScrollWheelBehavior.SetAttach(view, AdvancedScrollWheelMode.WithoutAnimation);
7676
#endif
7777
}
78+
view.ItemsSource = null;
7879
DataGridFilter.GetFilter(view).Clear();
7980
view.RowDetailsTemplateSelector = null;
8081
view.RowDetailsVisibilityMode = DataGridRowDetailsVisibilityMode.Collapsed;

0 commit comments

Comments
 (0)