From ff64accff84981aceea9ae72492b4fd339ef870c Mon Sep 17 00:00:00 2001 From: dickelbeck Date: Tue, 9 Oct 2007 13:57:44 +0000 Subject: [PATCH] todo.txt update --- todo.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/todo.txt b/todo.txt index c5360cdd76..34d6ecab34 100644 --- a/todo.txt +++ b/todo.txt @@ -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. +