From 8a4791fe83e40d2ff1b2377c3c59ff45fb3fa7fe Mon Sep 17 00:00:00 2001 From: apo Date: Mon, 17 Oct 2005 06:35:22 +0000 Subject: [PATCH] Fix on Bug GVIEW10225 Suspended highlight after removal of nodes It was necessary to call SVTK_Selector::ClearIndex() in onApply function --- src/SMESHGUI/SMESHGUI_RemoveNodesDlg.cxx | 1 + 1 file changed, 1 insertion(+) 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(); } -- 2.39.2