Show Properties Manager menu entry for FP Editor.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/15088
This commit is contained in:
Jeff Young 2023-07-01 12:01:03 +01:00
parent 9ff33e5ec6
commit 9af065684b
2 changed files with 1 additions and 2 deletions

View File

@ -119,6 +119,7 @@ void FOOTPRINT_EDIT_FRAME::doReCreateMenuBar()
ACTION_MENU* viewMenu = new ACTION_MENU( false, selTool );
viewMenu->Add( ACTIONS::showFootprintBrowser );
viewMenu->Add( ACTIONS::showProperties, ACTION_MENU::CHECK );
viewMenu->Add( ACTIONS::show3DViewer );
viewMenu->AppendSeparator();

View File

@ -225,9 +225,7 @@ void PCB_EDIT_FRAME::doReCreateMenuBar()
ACTION_MENU* viewMenu = new ACTION_MENU( false, selTool );
viewMenu->Add( ACTIONS::showFootprintBrowser );
viewMenu->Add( ACTIONS::showProperties, ACTION_MENU::CHECK );
viewMenu->Add( PCB_ACTIONS::showSearch, ACTION_MENU::CHECK );
viewMenu->Add( ACTIONS::show3DViewer );