MapItem OnMouseLeftButtonDown/OnPointerPressed

This commit is contained in:
ClemensFischer 2024-08-24 22:10:22 +02:00
parent 404ddbb0f7
commit dae7893642
3 changed files with 0 additions and 6 deletions

View file

@ -26,8 +26,6 @@ namespace MapControl
{
(ItemsControl.ItemsControlFromItemContainer(this) as MapItemsControl)?
.OnItemClicked(this, Keyboard.Modifiers.HasFlag(ModifierKeys.Control));
e.Handled = true;
}
}
}