From c96899e04d40888cbfe2c0312c8d5fbceb6c640e Mon Sep 17 00:00:00 2001 From: John Lewin Date: Wed, 31 Oct 2018 16:57:39 -0700 Subject: [PATCH] Remove redundant separator --- MatterControlLib/PartPreviewWindow/ViewControls3D.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/MatterControlLib/PartPreviewWindow/ViewControls3D.cs b/MatterControlLib/PartPreviewWindow/ViewControls3D.cs index fdb6a68ea..b6e9e9581 100644 --- a/MatterControlLib/PartPreviewWindow/ViewControls3D.cs +++ b/MatterControlLib/PartPreviewWindow/ViewControls3D.cs @@ -226,8 +226,6 @@ namespace MatterHackers.MatterControl.PartPreviewWindow } }); - popupMenu.CreateSeparator(); - var actions = new NamedAction[] { new ActionSeparator(), workspaceActions["Cut"],