mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 18:30:35 +05:00
Fix for PAL7156 (Mesh modifcation: Nodes id are not taken into account before node selection with mouse).
This commit is contained in:
parent
dc0d851998
commit
e3189ff986
@ -398,9 +398,9 @@ void SMESHGUI_AddMeshElementDlg::Init( SALOME_Selection* Sel )
|
|||||||
SMESH::SetPointRepresentation(true);
|
SMESH::SetPointRepresentation(true);
|
||||||
QAD_Application::getDesktop()->SetSelectionMode( NodeSelection, true );
|
QAD_Application::getDesktop()->SetSelectionMode( NodeSelection, true );
|
||||||
|
|
||||||
SelectionIntoArgument();
|
|
||||||
|
|
||||||
myBusy = false;
|
myBusy = false;
|
||||||
|
|
||||||
|
SelectionIntoArgument();
|
||||||
}
|
}
|
||||||
|
|
||||||
//=================================================================================
|
//=================================================================================
|
||||||
|
Loading…
Reference in New Issue
Block a user