Fix on Bug GVIEW10225

Suspended highlight after removal of nodes
It was necessary to call SVTK_Selector::ClearIndex() in onApply function
This commit is contained in:
apo 2005-10-17 06:35:22 +00:00
parent ae32265e19
commit 8a4791fe83

View File

@ -265,6 +265,7 @@ void SMESHGUI_RemoveNodesDlg::ClickOnApply()
if (aResult) {
myEditCurrentArgument->clear();
mySelector->ClearIndex();
SMESH::UpdateView();
}