Salome HOME
PAL10203 - dialog of triangle union wasn't updated after operation
authorasl <asl@opencascade.com>
Wed, 12 Oct 2005 07:44:47 +0000 (07:44 +0000)
committerasl <asl@opencascade.com>
Wed, 12 Oct 2005 07:44:47 +0000 (07:44 +0000)
src/SMESHGUI/SMESHGUI_SingleEditDlg.cxx

index 901bb00fb8f927fa43e49dabe5760e388dc369bb..11b9a66ba84ea765fccc6fb0a5cab8586da7cb89 100755 (executable)
@@ -509,6 +509,7 @@ bool SMESHGUI_SingleEditDlg::onApply()
   if (aResult) {
     mySelector->ClearIndex();
     mySelectionMgr->setSelectedObjects(aList, false);
   if (aResult) {
     mySelector->ClearIndex();
     mySelectionMgr->setSelectedObjects(aList, false);
+    onSelectionDone();
     SMESH::UpdateView();
   }
 
     SMESH::UpdateView();
   }