From: apo Date: Mon, 17 Oct 2005 06:35:22 +0000 (+0000) Subject: Fix on Bug GVIEW10225 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8a4791fe83e40d2ff1b2377c3c59ff45fb3fa7fe;p=modules%2Fsmesh.git Fix on Bug GVIEW10225 Suspended highlight after removal of nodes It was necessary to call SVTK_Selector::ClearIndex() in onApply function --- diff --git a/src/SMESHGUI/SMESHGUI_RemoveNodesDlg.cxx b/src/SMESHGUI/SMESHGUI_RemoveNodesDlg.cxx index 5e9261eb1..535ef7ca0 100644 --- a/src/SMESHGUI/SMESHGUI_RemoveNodesDlg.cxx +++ b/src/SMESHGUI/SMESHGUI_RemoveNodesDlg.cxx @@ -265,6 +265,7 @@ void SMESHGUI_RemoveNodesDlg::ClickOnApply() if (aResult) { myEditCurrentArgument->clear(); + mySelector->ClearIndex(); SMESH::UpdateView(); }