Salome HOME
Fix mixed Python dump of a new and a closed study
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_GroupDlg.cxx
index b0cce7c3738547364771e2dc9eb085da92b382a5..36534f31ad8da3093cd5d62c3065f7f3c60e9dfe 100644 (file)
@@ -1120,7 +1120,7 @@ bool SMESHGUI_GroupDlg::onApply()
 
       myGroupOnFilter = myMesh->CreateGroupFromFilter(aType,
                                                       myName->text().toUtf8(),
-                                                     myFilter);
+                                                      myFilter);
       resultGroup = SMESH::SMESH_GroupBase::_narrow( myGroupOnFilter );
       isCreation = true;
     }