We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7d45bf commit e01a5adCopy full SHA for e01a5ad
1 file changed
CemrgApp/Plugins/kcl.cemrgapp.atrialfibres/src/internal/AtrialFibresView.cpp
@@ -1581,8 +1581,6 @@ void AtrialFibresView::ScarProjection(){
1581
1582
void AtrialFibresView::Reset() {
1583
1584
-
1585
1586
try {
1587
1588
ctkPluginContext* context = mitk::kcl_cemrgapp_atrialfibres_Activator::getContext();
@@ -1641,7 +1639,14 @@ void AtrialFibresView::Reset() {
1641
1639
1642
1640
//Clear project directory
1643
directory.clear();
1644
- this->GetSite()->GetPage()->ResetPerspective();
+ cnnPath.clear();
+ fileName.clear();
+ tagName.clear();
1645
+ refinedSuffix.clear();
1646
+
1647
+ this->GetSite()
1648
+ ->GetPage()
1649
+ ->ResetPerspective();
1650
}
1651
1652
0 commit comments