Don't set the dirty bit when running DRC
Dirty bit is set in the zone filler separately, there is no action in the DRC that needs to be saved Fixes https://gitlab.com/kicad/code/kicad/issues/11344
This commit is contained in:
parent
e740db61f5
commit
821fe6ea42
|
@ -205,7 +205,7 @@ void DRC_TOOL::RunTests( PROGRESS_REPORTER* aProgressReporter, bool aRefillZones
|
|||
m_drcDialog->SetFootprintTestsRun();
|
||||
}
|
||||
|
||||
commit.Push( _( "DRC" ), false );
|
||||
commit.Push( _( "DRC" ), false, false );
|
||||
|
||||
m_drcRunning = false;
|
||||
|
||||
|
|
Loading…
Reference in New Issue