|
|
|
@ -130,7 +130,9 @@ int COMMON_CONTROL::ShowLibraryTable( const TOOL_EVENT& aEvent ) |
|
|
|
try // Pcb frame was not available, try to start it
|
|
|
|
{ |
|
|
|
KIFACE* kiface = m_frame->Kiway().KiFACE( KIWAY::FACE_PCB ); |
|
|
|
kiface->CreateKiWindow( m_frame, DIALOG_PCB_LIBRARY_TABLE, &m_frame->Kiway() ); |
|
|
|
|
|
|
|
if( kiface ) |
|
|
|
kiface->CreateKiWindow( m_frame, DIALOG_PCB_LIBRARY_TABLE, &m_frame->Kiway() ); |
|
|
|
} |
|
|
|
catch( ... ) |
|
|
|
{ |
|
|
|
|