From 51ac2145d36a7f6300ccbc49c4bf8bb125285350 Mon Sep 17 00:00:00 2001 From: mzn Date: Wed, 16 Mar 2005 13:22:18 +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.30.2