Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Removing Border from parent alters border brush
When border is removed from parent, BorderBrush and Background are set to default. However, if they were null in first place, that alters Border behaviour if you re-add the view back later. Altering happens because null is treated as 'Take border color from parent scheme' and default is treated as 'Use black'
- Loading branch information