mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-05 23:14:16 +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) {
|
if (aResult) {
|
||||||
myEditCurrentArgument->clear();
|
myEditCurrentArgument->clear();
|
||||||
|
mySelector->ClearIndex();
|
||||||
SMESH::UpdateView();
|
SMESH::UpdateView();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user