A screen must always be generated for a new sheet

Fixes https://gitlab.com/kicad/code/kicad/-/issues/13104
This commit is contained in:
Jon Evans 2022-12-10 14:32:24 -05:00
parent f4fb70e04c
commit 966dee6730
1 changed files with 1 additions and 0 deletions

View File

@ -375,6 +375,7 @@ void SCH_ALTIUM_PLUGIN::ParseAltiumSch( const wxString& aFileName )
" Altium signal harness that got converted to a sheet." ),
sheet->GetName() );
m_reporter->Report( msg );
sheet->SetScreen( new SCH_SCREEN( m_schematic ) );
continue;
}