Make sure newly-added library rows get parent table set
This commit is contained in:
parent
2bcad18cc2
commit
75294dc35b
|
@ -532,6 +532,9 @@ bool PANEL_SYM_LIB_TABLE::verifyTables()
|
|||
{
|
||||
SYMBOL_LIB_TABLE_ROW& row = dynamic_cast<SYMBOL_LIB_TABLE_ROW&>( table->At( r ) );
|
||||
|
||||
// Newly-added rows won't have set this yet
|
||||
row.SetParent( table );
|
||||
|
||||
if( !row.GetIsEnabled() )
|
||||
continue;
|
||||
|
||||
|
|
Loading…
Reference in New Issue