diff --git a/Main/src/editor.cpp b/Main/src/editor.cpp index 34125249..de63fb73 100644 --- a/Main/src/editor.cpp +++ b/Main/src/editor.cpp @@ -445,6 +445,9 @@ openImage: if (image->OnOpenDocument(lpszFileName)){ // if opened successfully . CDos::CRecognition::EditSequence(); //fallthrough case IDRETRY: + for( TCylinder cyl=image->GetCylinderCount(); cyl-->0; ) + for( THead head=image->GetHeadCount(); head-->0; ) + image->UnscanTrack( cyl, head ); continue; } }