Fix merge errors.
This commit is contained in:
parent
88448ce746
commit
6ca7c3a3a1
|
@ -164,8 +164,7 @@ void SCH_EDIT_FRAME::saveProjectSettings()
|
|||
|
||||
void SCH_EDIT_FRAME::SaveProjectLocalSettings()
|
||||
{
|
||||
if( m_schematic )
|
||||
m_schematic->RecordERCExclusions();
|
||||
RecordERCExclusions();
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -870,7 +870,7 @@ std::vector<FP_SHAPE*> PAD_TOOL::RecombinePad( PAD* aPad, bool aIsDryRun, BOARD_
|
|||
{
|
||||
aCommit.Modify( aPad );
|
||||
|
||||
if( aPad->GetShape() == PAD_SHAPE::CIRCLE || aPad->GetShape() == PAD_SHAPE::RECTANGLE )
|
||||
if( aPad->GetShape() == PAD_SHAPE::CIRCLE || aPad->GetShape() == PAD_SHAPE::RECT )
|
||||
{
|
||||
// Use the existing pad as an anchor
|
||||
aPad->SetAnchorPadShape( aPad->GetShape() );
|
||||
|
|
Loading…
Reference in New Issue