Fix for PAL7156 (Mesh modifcation: Nodes id are not taken into account before node selection with mouse).

This commit is contained in:
mzn 2005-03-16 13:23:48 +00:00
parent dc0d851998
commit e3189ff986

View 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();
}
//=================================================================================