mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-12 00:29:17 +05:00
PAL9844 - selected edge must be unhilighted after apply
This commit is contained in:
parent
62434e4dfd
commit
ea1a40fff7
@ -507,6 +507,7 @@ bool SMESHGUI_SingleEditDlg::onApply()
|
|||||||
|
|
||||||
// update actor
|
// update actor
|
||||||
if (aResult) {
|
if (aResult) {
|
||||||
|
mySelector->ClearIndex();
|
||||||
mySelectionMgr->setSelectedObjects(aList, false);
|
mySelectionMgr->setSelectedObjects(aList, false);
|
||||||
SMESH::UpdateView();
|
SMESH::UpdateView();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user