This repository was archived by the owner on Jun 21, 2023. It is now read-only.
Commit 594da08
Steven Kirk
Keep validation adornment visibility up to date
The `ShowValidateError` method wasn't getting called to update the
validation adorner when `ValidationMessage.ShowError` changes
independent of a `TextChanged` or focus event.
I'm not sure if this should be done here or in the `WhenAny` above which
updates `ShowError` - I've put it here as that's where the existing call
to ShowValidateError is.1 parent e7dc701 commit 594da08
File tree
1 file changed
+1
-0
lines changed- src/GitHub.UI.Reactive/Controls/Validation
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
0 commit comments