This repository was archived by the owner on Jun 21, 2023. It is now read-only.
Commit eb3f7f2
committed
workaround for checkbox not propagating changes to KeepPrivate property
We made an assumption here that the CheckBox IsChecked property
would update the property on the viewmodel, but this isn't working
when the user control is hosted in the Team Explorer panel.1 parent 56511e5 commit eb3f7f2
File tree
1 file changed
+7
-1
lines changed- src/GitHub.VisualStudio/UI/Views/Controls
1 file changed
+7
-1
lines changedLines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
34 | 40 | | |
35 | 41 | | |
36 | 42 | | |
| |||
0 commit comments