7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-07 17:25:33 +00:00

FP editor: add datasheet toolbar icon

As this action is available in the FP editor, make it
discoverable in the same was as in the symbol editor.
This commit is contained in:
John Beard 2025-01-07 02:40:38 +08:00
parent 1dfb7ecbd2
commit 29f3637d4d

View File

@ -85,6 +85,7 @@ void FOOTPRINT_EDIT_FRAME::ReCreateHToolbar()
m_mainToolBar->AddScaledSeparator( this );
m_mainToolBar->Add( PCB_ACTIONS::footprintProperties );
m_mainToolBar->Add( PCB_ACTIONS::defaultPadProperties );
m_mainToolBar->Add( ACTIONS::showDatasheet );
m_mainToolBar->Add( PCB_ACTIONS::checkFootprint );
m_mainToolBar->AddScaledSeparator( this );