From: mzn Date: Wed, 16 Mar 2005 13:22:18 +0000 (+0000) Subject: Fix for PAL7156 (Mesh modifcation: Nodes id are not taken into account before node... X-Git-Tag: T_3_0_0_a1~24 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=51ac2145d36a7f6300ccbc49c4bf8bb125285350;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(); } //=================================================================================