Don't auto-fill zones due to DRC marker insertion.
This commit is contained in:
parent
54213bb7f1
commit
4bc7c16ce0
|
@ -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…
Reference in New Issue