[TD]fix detail highlight on DrawViewDetail
This commit is contained in:
committed by
WandererFan
parent
ac52b39328
commit
7c6a7aa25b
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user