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

This commit is contained in:
Jeff Young 2022-07-30 21:56:07 +01:00
parent 54213bb7f1
commit 4bc7c16ce0
1 changed files with 1 additions and 1 deletions

View File

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