Skip to content

Commit

Permalink
- Fixed #185 (C# Super Quick Info somehow stopped working)
Browse files Browse the repository at this point in the history
  • Loading branch information
wmjordan committed Jan 14, 2022
1 parent 1e9d2b2 commit a09b5bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Codist/Controls/ExternalAdornment.cs
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ void AfterChildRemoved() {
public void RemoveAndDispose(UIElement element) {
_Canvas.Children.RemoveAndDispose(element);
UnhookChild(element);
AfterChildRemoved();
}

public void ClearUnpinnedChildren() {
Expand Down

0 comments on commit a09b5bb

Please sign in to comment.