Maxwell Katz
12 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
src/Avalonia.Base/PropertyStore/ValueStore.cs
|
|
|
@ -200,7 +200,7 @@ namespace Avalonia.PropertyStore |
|
|
|
{ |
|
|
|
if (property.ValidateValue?.Invoke(value) == false) |
|
|
|
{ |
|
|
|
throw new ArgumentException($"{value} is not a valid value for '{property.Name}."); |
|
|
|
throw new ArgumentException($"{value} is not a valid value for '{property.Name}'."); |
|
|
|
} |
|
|
|
|
|
|
|
if (priority != BindingPriority.LocalValue) |
|
|
|
|