Clear all edit flags when pushing SCH_COMMIT.

This commit is contained in:
Jeff Young 2023-06-25 16:00:50 +01:00
parent e7ee6e1f26
commit 3a301e50ae
1 changed files with 1 additions and 1 deletions

View File

@ -316,7 +316,7 @@ void SCH_COMMIT::pushSchEdit( const wxString& aMessage, int aCommitFlags )
break;
}
schItem->ClearFlags( IS_NEW | IS_MOVING );
schItem->ClearEditFlags();
}
if( frame )