Browse Source
Merge pull request #11230 from workgroupengineering/fixes/Issue_11088
fix(DevTools): Avoid reset filter on navigation
pull/11247/head
Max Katz
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
src/Avalonia.Diagnostics/Diagnostics/ViewModels/ControlDetailsViewModel.cs
|
|
|
@ -522,7 +522,6 @@ namespace Avalonia.Diagnostics.ViewModels |
|
|
|
.GroupBy(x => x.Key) |
|
|
|
.ToDictionary(x => x.Key, x => x.ToArray()); |
|
|
|
|
|
|
|
TreePage.PropertiesFilter.FilterString = string.Empty; |
|
|
|
|
|
|
|
var view = new DataGridCollectionView(properties); |
|
|
|
view.GroupDescriptions.Add(new DataGridPathGroupDescription(nameof(AvaloniaPropertyViewModel.Group))); |
|
|
|
|