Static MapLayerMenuItem.MapLayerFactory

This commit is contained in:
ClemensFischer 2025-09-17 22:25:50 +02:00
parent 5afea53c7c
commit 62ffed2caf
6 changed files with 35 additions and 49 deletions

View file

@ -40,7 +40,9 @@ namespace MapControl.UiTools
if (initialItem != null)
{
await initialItem.Execute(Map);
initialItem.IsChecked = true;
await initialItem.ExecuteAsync(Map);
}
}
}