From 58dc10b880fae62d3ee55a8c5233c3d247c6c4ae Mon Sep 17 00:00:00 2001 From: enk Date: Thu, 9 Mar 2006 08:58:35 +0000 Subject: [PATCH] Fixed Bug IPAL10680: Selection of element stay in the 3D Viewer and dialog box after Apply for Patter Mapping --- src/SMESHGUI/SMESHGUI_MeshPatternDlg.cxx | 3 +++ 1 file changed, 3 insertions(+) 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"), -- 2.39.2