A screen must always be generated for a new sheet
Fixes https://gitlab.com/kicad/code/kicad/-/issues/13104
This commit is contained in:
parent
f4fb70e04c
commit
966dee6730
|
@ -375,6 +375,7 @@ void SCH_ALTIUM_PLUGIN::ParseAltiumSch( const wxString& aFileName )
|
||||||
" Altium signal harness that got converted to a sheet." ),
|
" Altium signal harness that got converted to a sheet." ),
|
||||||
sheet->GetName() );
|
sheet->GetName() );
|
||||||
m_reporter->Report( msg );
|
m_reporter->Report( msg );
|
||||||
|
sheet->SetScreen( new SCH_SCREEN( m_schematic ) );
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue