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:
parent
1dfb7ecbd2
commit
29f3637d4d
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user