Fix on Bug GVIEW10235

Previous selection re-appears with control actions
It was necessary to call SVTK_Selector::ClearIndex() in onApply function
This commit is contained in:
apo 2005-10-17 06:33:25 +00:00
parent 73e92c46d4
commit ae32265e19

View File

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