mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-28 03:40:34 +05:00
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:
parent
ae32265e19
commit
8a4791fe83
@ -265,6 +265,7 @@ void SMESHGUI_RemoveNodesDlg::ClickOnApply()
|
||||
|
||||
if (aResult) {
|
||||
myEditCurrentArgument->clear();
|
||||
mySelector->ClearIndex();
|
||||
SMESH::UpdateView();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user