Clear all edit flags when pushing SCH_COMMIT.

This commit is contained in:
Jeff Young
2023-06-25 16:01:35 +01:00
parent e7ee6e1f26
commit 3a301e50ae
+1 -1
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 )