Salome HOME
fix PAL8469. Updating the global mesh icon when local hypotheses are edited
[modules/smesh.git] / 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();
 }
 
 //=================================================================================