Make sure newly-added library rows get parent table set

This commit is contained in:
Jon Evans 2023-09-18 21:10:33 -04:00
parent 2bcad18cc2
commit 75294dc35b
1 changed files with 3 additions and 0 deletions

View File

@ -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;