Salome HOME
Fix for PAL7156 (Mesh modifcation: Nodes id are not taken into account before node...
authormzn <mzn@opencascade.com>
Wed, 16 Mar 2005 13:23:48 +0000 (13:23 +0000)
committermzn <mzn@opencascade.com>
Wed, 16 Mar 2005 13:23:48 +0000 (13:23 +0000)
src/SMESHGUI/SMESHGUI_AddMeshElementDlg.cxx

index 792ca5c46c54961ef220b328dff1567a2c250550..f7860c7995278b8538da5a60c824de1af44fe0ba 100644 (file)
@@ -398,9 +398,9 @@ void SMESHGUI_AddMeshElementDlg::Init( SALOME_Selection* Sel )
   SMESH::SetPointRepresentation(true);
   QAD_Application::getDesktop()->SetSelectionMode( NodeSelection, true );
 
-  SelectionIntoArgument();
-
   myBusy = false;
+  
+  SelectionIntoArgument();
 }
 
 //=================================================================================