mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update MapItemsControl.Avalonia.cs
This commit is contained in:
parent
4a8cd8cffd
commit
f78e7e73c4
|
|
@ -63,7 +63,10 @@ namespace MapControl
|
|||
|
||||
protected void ResetSelectedItems(object item)
|
||||
{
|
||||
SelectedItem = item;
|
||||
if (SelectedItem != item || SelectedItems.Count != 1)
|
||||
{
|
||||
SelectedItem = item;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue