From: mzn Date: Wed, 16 Mar 2005 13:23:48 +0000 (+0000) Subject: Fix for PAL7156 (Mesh modifcation: Nodes id are not taken into account before node... X-Git-Tag: V2_2_2~8 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e3189ff986d8a328211b4473953843bfc7886e03;p=modules%2Fsmesh.git Fix for PAL7156 (Mesh modifcation: Nodes id are not taken into account before node selection with mouse). --- 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(); } //=================================================================================