Upstream merged

This commit is contained in:
Maciej Suminski
2013-04-10 15:03:35 +02:00
409 changed files with 18253 additions and 21802 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 )