Skip to content

Commit 787b559

Browse files
author
Jose Alonso Solis-Lemus
committed
afib/reset_bug
1 parent 2f1f216 commit 787b559

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

CemrgApp/Plugins/kcl.cemrgapp.atrialfibres/src/internal/AtrialFibresView.cpp

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1637,8 +1637,13 @@ void AtrialFibresView::Reset() {
16371637
QMessageBox::warning(NULL, "Error", QString("An error occurred during Close Project: %1").arg(e.what()));
16381638
}//_try
16391639

1640-
//Clear project directory
1640+
///Clear project directory
16411641
directory.clear();
1642+
cnnPath.clear();
1643+
fileName.clear();
1644+
tagName.clear();
1645+
refinedSuffix.clear();
1646+
16421647
this->GetSite()->GetPage()->ResetPerspective();
16431648
}
16441649

0 commit comments

Comments
 (0)