Minor flags and layer mask cleanup

This commit is contained in:
Lorenzo Marcantonio
2013-03-30 20:55:26 +01:00
parent b5a7e66134
commit d9da8228d4
17 changed files with 35 additions and 65 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ void EDA_ITEM::InitVars()
void EDA_ITEM::SetModified()
{
m_Flags |= IS_CHANGED;
SetFlags( IS_CHANGED );
// If this a child object, then the parent modification state also needs to be set.
if( m_Parent )