Browse Source

Formatting.

revert-0c36e162
Jeff Young 10 months ago
parent
commit
f5cee2ee0a
  1. 2
      pcbnew/tools/board_editor_control.cpp

2
pcbnew/tools/board_editor_control.cpp

@ -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 ) ) )
{

Loading…
Cancel
Save