0025773: Visualization - remove AIS_Drawer class and transfer its Link() logic to...
[occt.git] / src / StdPrs / StdPrs_ShadedShape.cxx
index d6e8403..444d4d4 100644 (file)
@@ -544,7 +544,7 @@ void StdPrs_ShadedShape::Add (const Handle (Prs3d_Presentation)& thePrs,
                     (theVolume == StdPrs_Volume_Closed ? Standard_True : Standard_False));
   }
 
-  if (theDrawer->IsFaceBoundaryDraw())
+  if (theDrawer->FaceBoundaryDraw())
   {
     computeFaceBoundaries (theShape, thePrs, theDrawer);
   }