Added the double click to footprint editor

This commit is contained in:
Pradeepa Senanayake 2021-07-24 08:53:09 +00:00 committed by jean-pierre charras
parent 3c1af1af74
commit dd31a5383b
1 changed files with 2 additions and 0 deletions

View File

@ -1402,6 +1402,8 @@ int EDIT_TOOL::Properties( const TOOL_EVENT& aEvent )
if( ds && ds->HitTestDrawingSheetItems( getView(), (wxPoint) cursorPos ) )
m_toolMgr->RunAction( ACTIONS::pageSettings );
else
m_toolMgr->RunAction( PCB_ACTIONS::footprintProperties, true );
}
if( selection.IsHover() )