mirror of https://github.com/icsharpcode/ILSpy.git
Browse Source
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 Codepull/3816/head
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue