]> SALOME platform Git repositories - modules/smesh.git/commitdiff
Salome HOME
Fixed Bug IPAL10680:
authorenk <enk@opencascade.com>
Thu, 9 Mar 2006 08:58:35 +0000 (08:58 +0000)
committerenk <enk@opencascade.com>
Thu, 9 Mar 2006 08:58:35 +0000 (08:58 +0000)
Selection of element stay in the 3D Viewer and dialog box after Apply for Patter Mapping

src/SMESHGUI/SMESHGUI_MeshPatternDlg.cxx

index 1ea417b1c06cc922d44082b5d01fd720a65032bb..53e8c25a783c7c09a0cb728a9c1ee60ec210b0ca 100755 (executable)
@@ -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"),