[TD]fix detail highlight on DrawViewDetail

This commit is contained in:
Wanderer Fan
2022-03-13 11:29:24 -04:00
committed by WandererFan
parent ac52b39328
commit 7c6a7aa25b
3 changed files with 9 additions and 2 deletions

View File

@@ -506,6 +506,13 @@ TopoDS_Shape DrawViewDetail::projectEdgesOntoFace(TopoDS_Shape edgeShape, TopoDS
return edges;
}
//we don't want to paint detail hightlights on top of detail views,
//so tell the Gui that there are no details for this view
std::vector<DrawViewDetail*> DrawViewDetail::getDetailRefs(void) const
{
std::vector<DrawViewDetail*> result;
return result;
}
double DrawViewDetail::getFudgeRadius()
{