diff --git a/eeschema/sch_plugins/altium/sch_altium_plugin.cpp b/eeschema/sch_plugins/altium/sch_altium_plugin.cpp index d7637a10cf..6fd658a6cb 100644 --- a/eeschema/sch_plugins/altium/sch_altium_plugin.cpp +++ b/eeschema/sch_plugins/altium/sch_altium_plugin.cpp @@ -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; }