mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-21 12:55:36 +05:00
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:
parent
73e92c46d4
commit
ae32265e19
@ -262,6 +262,7 @@ void SMESHGUI_RemoveElementsDlg::ClickOnApply()
|
|||||||
|
|
||||||
if (aResult) {
|
if (aResult) {
|
||||||
myEditCurrentArgument->clear();
|
myEditCurrentArgument->clear();
|
||||||
|
mySelector->ClearIndex();
|
||||||
SMESH::UpdateView();
|
SMESH::UpdateView();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user