No flags should persist through the commit

This commit is contained in:
Seth Hillbrand 2023-09-16 19:41:13 -07:00
parent 6f9af10912
commit df90409a94
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ void SCH_COMMIT::pushSchEdit( const wxString& aMessage, int aCommitFlags )
break;
}
schItem->ClearEditFlags();
schItem->ClearFlags();
}
if( schematic )