mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0022368: AIS_Trihedron's highlight presentation isn't updated on trihedron relocation
This commit is contained in:
@@ -216,6 +216,11 @@ void SelectMgr_SelectableObject::UpdateLocation(const Handle(SelectMgr_Selection
|
||||
SE = *((Handle(Select3D_SensitiveEntity)*) &(Sel->Sensitive()));
|
||||
if(!SE.IsNull()){
|
||||
SE->UpdateLocation(myLocation);
|
||||
const Handle(SelectBasics_EntityOwner)& aEOwner = SE->OwnerId();
|
||||
Handle(SelectMgr_EntityOwner) aMgrEO =
|
||||
Handle(SelectMgr_EntityOwner)::DownCast (aEOwner);
|
||||
if (!aMgrEO.IsNull())
|
||||
aMgrEO->SetLocation (myLocation);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user