diff --git a/eeschema/files-io.cpp b/eeschema/files-io.cpp index 1f9e892837..31d8d0e1e6 100644 --- a/eeschema/files-io.cpp +++ b/eeschema/files-io.cpp @@ -377,6 +377,7 @@ bool SCH_EDIT_FRAME::OpenProjectFiles( const std::vector& aFileSet, in Zoom_Automatique( false ); SetSheetNumberAndCount(); m_canvas->Refresh( true ); + GetScreen()->ClearDrawingState(); return true; }