Fix another failure of dynamic_cast<>.

Fixes https://gitlab.com/kicad/code/kicad/issues/7767
This commit is contained in:
Jeff Young 2021-03-01 14:46:07 +00:00
parent 6e7d7af3c9
commit 5bc2285aef
1 changed files with 1 additions and 0 deletions

View File

@ -1001,6 +1001,7 @@ void InvokeSchEditSymbolLibTable( KIWAY* aKiway, wxWindow *aParent )
}
DIALOG_EDIT_LIBRARY_TABLES dlg( aParent, _( "Symbol Libraries" ) );
dlg.SetKiway( &dlg, aKiway );
dlg.InstallPanel( new PANEL_SYM_LIB_TABLE( &dlg, &aKiway->Prj(), globalTable, globalTablePath,
projectTable, projectTableFn.GetFullPath() ) );