mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update MapItemsControl.cs
This commit is contained in:
parent
b62a67846b
commit
de121a4bf8
|
|
@ -94,7 +94,11 @@ namespace MapControl
|
|||
SelectedItem = null;
|
||||
}
|
||||
}
|
||||
else if (SelectionMode == SelectionMode.Multiple || controlKeyPressed)
|
||||
else if (
|
||||
#if !AVALONIA
|
||||
SelectionMode == SelectionMode.Multiple ||
|
||||
#endif
|
||||
controlKeyPressed)
|
||||
{
|
||||
if (SelectedItems.Contains(item))
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue