This repository was archived by the owner on Jun 21, 2023. It is now read-only.
Commit c53fa14
committed
Fix displaying errors in GitHub pane.
#1787 refactored `InfoPanel` but didn't update `GitHubPaneView` with its new behavior. So:
- Don't initialy set `infoPanel.Visibility` to `Collapsed`: `InfoPanel` will handle this itself
- Set `ShowCloseButton` to show the `x` button to close the error
Fixes #2172
Fixes #20581 parent 11c9d34 commit c53fa14
File tree
2 files changed
+1
-1
lines changed- src/GitHub.VisualStudio.UI/Views/GitHubPane
2 files changed
+1
-1
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
| |||
0 commit comments