Browse Source

Don't auto-fill zones due to DRC marker insertion.

7.0
Jeff Young 3 years ago
parent
commit
4bc7c16ce0
  1. 2
      pcbnew/board_commit.cpp

2
pcbnew/board_commit.cpp

@ -281,7 +281,7 @@ void BOARD_COMMIT::Push( const wxString& aMessage, int aCommitFlags )
}
}
if( autofillZones )
if( autofillZones && boardItem->Type() != PCB_MARKER_T )
dirtyIntersectingZones( boardItem );
if( view && boardItem->Type() != PCB_NETINFO_T )

Loading…
Cancel
Save