mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-05-07 13:37:47 +00:00
Update MapItemsControl.Avalonia.cs
This commit is contained in:
parent
4a8cd8cffd
commit
f78e7e73c4
1 changed files with 4 additions and 1 deletions
|
|
@ -63,7 +63,10 @@ namespace MapControl
|
||||||
|
|
||||||
protected void ResetSelectedItems(object item)
|
protected void ResetSelectedItems(object item)
|
||||||
{
|
{
|
||||||
SelectedItem = item;
|
if (SelectedItem != item || SelectedItems.Count != 1)
|
||||||
|
{
|
||||||
|
SelectedItem = item;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue