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:22:18 +00:00
parent ec914f9caa
commit 51ac2145d3

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