mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-04 14:08:32 +00:00
Comments
This commit is contained in:
parent
381dca48ce
commit
ff8a81e087
3 changed files with 4 additions and 3 deletions
|
|
@ -39,7 +39,8 @@ namespace MapControl
|
|||
|
||||
if (coerce != null)
|
||||
{
|
||||
// do not coerce default value
|
||||
// Do not coerce default value.
|
||||
//
|
||||
coerceFunc = (obj, value) => Equals(value, defaultValue) ? value : coerce((TOwner)obj, value);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue