todo.txt update

This commit is contained in:
dickelbeck 2007-10-09 13:57:44 +00:00
parent dd07c0572b
commit ff64accff8
1 changed files with 4 additions and 1 deletions

View File

@ -68,5 +68,8 @@ tracked down to this block of code in eeschema/cross-probing.cpp
LibItem = (EDA_SchComponentStruct*) Pin->m_Parent;
if( LibItem == NULL )
break;
apparently the parent of the pin is not being set during library loading.
apparently the parent of the pin is not being set during component instantiation.
The parent must be the instantiated parent, not the general library component so
we can get the instantiated reference.