From 2d3ef0fa6ea60bdea9ae03efac422783592dd8bc Mon Sep 17 00:00:00 2001 From: Maciej Suminski Date: Tue, 23 Jan 2018 12:14:49 +0100 Subject: [PATCH] Symbol Editor: Remove a redundant separator from symbol context menu --- eeschema/widgets/cmp_tree_pane.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/eeschema/widgets/cmp_tree_pane.cpp b/eeschema/widgets/cmp_tree_pane.cpp index 6be59e0dcc..85394749c1 100644 --- a/eeschema/widgets/cmp_tree_pane.cpp +++ b/eeschema/widgets/cmp_tree_pane.cpp @@ -87,7 +87,6 @@ CMP_TREE_PANE::CMP_TREE_PANE( LIB_EDIT_FRAME* aParent, LIB_MANAGER* aLibMgr ) KiBitmap( copy_xpm ) ); AddMenuItem( menuPart.get(), ID_LIBEDIT_DUPLICATE_PART, _( "Duplicate Symbol" ), KiBitmap( duplicate_xpm ) ); - menuPart->AppendSeparator(); // Menu displayed when nothing is selected std::unique_ptr menuNoSelection = std::make_unique();