diff --git a/OpenNest/Actions/ActionLeadIn.cs b/OpenNest/Actions/ActionLeadIn.cs index 8f4aadb..c5260ff 100644 --- a/OpenNest/Actions/ActionLeadIn.cs +++ b/OpenNest/Actions/ActionLeadIn.cs @@ -65,6 +65,9 @@ namespace OpenNest.Actions contextMenu?.Dispose(); contextMenu = null; + if (selectedLayoutPart != null) + selectedLayoutPart.IsSelected = false; + selectedLayoutPart = null; selectedPart = null; profile = null;