From 80cd98a09a7d317f8772b607b92ad9f3c8db0429 Mon Sep 17 00:00:00 2001 From: Siegfried Pammer Date: Wed, 24 Jun 2026 07:14:57 +0200 Subject: [PATCH] Show tree connector lines in the Analyze panel The analyzer tree set ShowLines="False" while the assembly tree uses "True", so the Analyze panel was missing the connector lines the rest of the app shows. The two panes already share the same SharpTreeView control and templates, and the line geometry is driven entirely by the generic node Level/IsLast state, so the analyzer hierarchy renders them correctly; the False was an unconsidered default carried in when the pane was migrated to SharpTreeView. Align it with "True". Assisted-by: Claude:claude-opus-4-8:Claude Code --- ILSpy/Analyzers/AnalyzerTreeView.axaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ILSpy/Analyzers/AnalyzerTreeView.axaml b/ILSpy/Analyzers/AnalyzerTreeView.axaml index 8969145d5..dd05bce7c 100644 --- a/ILSpy/Analyzers/AnalyzerTreeView.axaml +++ b/ILSpy/Analyzers/AnalyzerTreeView.axaml @@ -7,5 +7,5 @@ mc:Ignorable="d" d:DesignWidth="400" d:DesignHeight="200" x:Class="ICSharpCode.ILSpy.Analyzers.AnalyzerTreeView" x:DataType="analyzers:AnalyzerTreeViewModel"> - +