Salome HOME
Fix for the bug IPAL22857: "Find element by point problems"
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_Hypotheses.cxx
index 12b6226f11a60628a9a556b25fc2b8e52b25394d..4c3438dc7ace67bbdafdc9abd05a4927f1ca9c6b 100644 (file)
@@ -152,7 +152,7 @@ void SMESHGUI_GenericHypothesisCreator::editHypothesis( SMESH::SMESH_Hypothesis_
   }
   else {
     emit finished( QDialog::Accepted );
-       delete myDlg;
+        delete myDlg;
   }
 }