|
|
|
@ -1182,7 +1182,7 @@ int BOARD_EDITOR_CONTROL::PlaceFootprint( const TOOL_EVENT& aEvent ) |
|
|
|
} |
|
|
|
else if( evt->IsClick( BUT_RIGHT ) ) |
|
|
|
{ |
|
|
|
m_menu->ShowContextMenu( selection() ); |
|
|
|
m_menu->ShowContextMenu( selection() ); |
|
|
|
} |
|
|
|
else if( fp && ( evt->IsMotion() || evt->IsAction( &ACTIONS::refreshPreview ) ) ) |
|
|
|
{ |
|
|
|
|