mirror of https://github.com/icsharpcode/ILSpy.git
Browse Source
Window > Debug Steps did nothing. Two bugs in ToolPaneMenuItem: the getter treated a pane with a null Owner (one hidden by default and never placed in the layout) as visible, so the menu showed it checked and toggling tried to hide it; and the show branch used factory.RestoreDockable, which only un-hides a previously-shown pane and is a no-op for one that was never in the layout. Report visibility from real layout membership, and show via ShowToolPane, which materialises the pane and (re)creates its home dock. Assisted-by: Claude:claude-opus-4-8:Claude Codepull/3755/head
2 changed files with 39 additions and 2 deletions
Loading…
Reference in new issue