From e3189ff986d8a328211b4473953843bfc7886e03 Mon Sep 17 00:00:00 2001 From: mzn Date: Wed, 16 Mar 2005 13:23:48 +0000 Subject: [PATCH] Fix for PAL7156 (Mesh modifcation: Nodes id are not taken into account before node selection with mouse). --- src/SMESHGUI/SMESHGUI_AddMeshElementDlg.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SMESHGUI/SMESHGUI_AddMeshElementDlg.cxx b/src/SMESHGUI/SMESHGUI_AddMeshElementDlg.cxx index 792ca5c46..f7860c799 100644 --- a/src/SMESHGUI/SMESHGUI_AddMeshElementDlg.cxx +++ b/src/SMESHGUI/SMESHGUI_AddMeshElementDlg.cxx @@ -398,9 +398,9 @@ void SMESHGUI_AddMeshElementDlg::Init( SALOME_Selection* Sel ) SMESH::SetPointRepresentation(true); QAD_Application::getDesktop()->SetSelectionMode( NodeSelection, true ); - SelectionIntoArgument(); - myBusy = false; + + SelectionIntoArgument(); } //================================================================================= -- 2.39.2