Fix another failure of dynamic_cast<>.
Fixes https://gitlab.com/kicad/code/kicad/issues/7767
This commit is contained in:
parent
6e7d7af3c9
commit
5bc2285aef
|
@ -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() ) );
|
||||
|
|
Loading…
Reference in New Issue