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