From: enk Date: Thu, 9 Mar 2006 08:58:35 +0000 (+0000) Subject: Fixed Bug IPAL10680: X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=58dc10b880fae62d3ee55a8c5233c3d247c6c4ae;p=modules%2Fsmesh.git Fixed Bug IPAL10680: Selection of element stay in the 3D Viewer and dialog box after Apply for Patter Mapping --- diff --git a/src/SMESHGUI/SMESHGUI_MeshPatternDlg.cxx b/src/SMESHGUI/SMESHGUI_MeshPatternDlg.cxx index 1ea417b1c..53e8c25a7 100755 --- a/src/SMESHGUI/SMESHGUI_MeshPatternDlg.cxx +++ b/src/SMESHGUI/SMESHGUI_MeshPatternDlg.cxx @@ -428,6 +428,9 @@ bool SMESHGUI_MeshPatternDlg::onApply() SMESH::UpdateView(); mySMESHGUI->updateObjBrowser(true); + + mySelEdit[ Ids ]->setText(""); + return true; } else { QMessageBox::information(SMESHGUI::desktop(), tr("SMESH_ERROR"),