Salome HOME
Fix for the bug 21194: EDF SMESH: Cannot display a group by clicking on the "eye...
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_SingleEditDlg.cxx
index bb73bcbd5218fbd716ecdcc840b206654c731be1..d005010e438afbb0a81d254a49f55bbb6ea2a813 100755 (executable)
@@ -514,6 +514,7 @@ bool SMESHGUI_SingleEditDlg::onApply()
     mySelectionMgr->setSelectedObjects(aList, false);
     onSelectionDone();
     SMESH::UpdateView();
+    SMESHGUI::Modified();
   }
 
   return aResult;