Skip to content

Commit e01a5ad

Browse files
committed
reset_bug
1 parent f7d45bf commit e01a5ad

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

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

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1581,8 +1581,6 @@ void AtrialFibresView::ScarProjection(){
15811581

15821582
void AtrialFibresView::Reset() {
15831583

1584-
1585-
15861584
try {
15871585

15881586
ctkPluginContext* context = mitk::kcl_cemrgapp_atrialfibres_Activator::getContext();
@@ -1641,7 +1639,14 @@ void AtrialFibresView::Reset() {
16411639

16421640
//Clear project directory
16431641
directory.clear();
1644-
this->GetSite()->GetPage()->ResetPerspective();
1642+
cnnPath.clear();
1643+
fileName.clear();
1644+
tagName.clear();
1645+
refinedSuffix.clear();
1646+
1647+
this->GetSite()
1648+
->GetPage()
1649+
->ResetPerspective();
16451650
}
16461651

16471652

0 commit comments

Comments
 (0)