diff --git a/eeschema/files-io.cpp b/eeschema/files-io.cpp index 8b63a7ff1a..90ea9908f0 100644 --- a/eeschema/files-io.cpp +++ b/eeschema/files-io.cpp @@ -613,7 +613,6 @@ bool SCH_EDIT_FRAME::AppendSchematic() } // It is finally safe to add the imported schematic. - // fixme-gal: rebuild view screen->Append( newScreen ); SCH_SCREENS allScreens; @@ -631,7 +630,7 @@ bool SCH_EDIT_FRAME::AppendSchematic() SetSheetNumberAndCount(); SyncView(); - GetCanvas()->Refresh(); + HardRedraw(); // Full reinit of the current screen and the display. OnModify(); return true;