Symbol Editor: Remove a redundant separator from symbol context menu
This commit is contained in:
parent
3456b6e3c3
commit
2d3ef0fa6e
|
@ -87,7 +87,6 @@ CMP_TREE_PANE::CMP_TREE_PANE( LIB_EDIT_FRAME* aParent, LIB_MANAGER* aLibMgr )
|
||||||
KiBitmap( copy_xpm ) );
|
KiBitmap( copy_xpm ) );
|
||||||
AddMenuItem( menuPart.get(), ID_LIBEDIT_DUPLICATE_PART, _( "Duplicate Symbol" ),
|
AddMenuItem( menuPart.get(), ID_LIBEDIT_DUPLICATE_PART, _( "Duplicate Symbol" ),
|
||||||
KiBitmap( duplicate_xpm ) );
|
KiBitmap( duplicate_xpm ) );
|
||||||
menuPart->AppendSeparator();
|
|
||||||
|
|
||||||
// Menu displayed when nothing is selected
|
// Menu displayed when nothing is selected
|
||||||
std::unique_ptr<wxMenu> menuNoSelection = std::make_unique<wxMenu>();
|
std::unique_ptr<wxMenu> menuNoSelection = std::make_unique<wxMenu>();
|
||||||
|
|
Loading…
Reference in New Issue