From: asl Date: Wed, 12 Oct 2005 07:44:47 +0000 (+0000) Subject: PAL10203 - dialog of triangle union wasn't updated after operation X-Git-Tag: ForTest_3_1_0a2~3 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=c06234a40ff84cbe13b01da1dea12fe1e6f4a285 PAL10203 - dialog of triangle union wasn't updated after operation --- diff --git a/src/SMESHGUI/SMESHGUI_SingleEditDlg.cxx b/src/SMESHGUI/SMESHGUI_SingleEditDlg.cxx index 901bb00fb..11b9a66ba 100755 --- a/src/SMESHGUI/SMESHGUI_SingleEditDlg.cxx +++ b/src/SMESHGUI/SMESHGUI_SingleEditDlg.cxx @@ -509,6 +509,7 @@ bool SMESHGUI_SingleEditDlg::onApply() if (aResult) { mySelector->ClearIndex(); mySelectionMgr->setSelectedObjects(aList, false); + onSelectionDone(); SMESH::UpdateView(); }