No flags should persist through the commit
This commit is contained in:
parent
6f9af10912
commit
df90409a94
|
@ -302,7 +302,7 @@ void SCH_COMMIT::pushSchEdit( const wxString& aMessage, int aCommitFlags )
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
schItem->ClearEditFlags();
|
schItem->ClearFlags();
|
||||||
}
|
}
|
||||||
|
|
||||||
if( schematic )
|
if( schematic )
|
||||||
|
|
Loading…
Reference in New Issue