Salome HOME
Optimize color management of presentations
[modules/shaper.git] / src / XGUI / XGUI_Displayer.cpp
index d93f159c7a7cd6385ab663c1197eab6beea39253..3f7d23326ef5544ae0d448665bd08a89e2c2c3bf 100644 (file)
@@ -204,8 +204,6 @@ bool XGUI_Displayer::display(ObjectPtr theObject, AISObjectPtr theAIS,
     //bool isCustomized = customizeObject(theObject);
 
     int aDispMode = isShading? Shading : Wireframe;
-    if (isShading)
-      anAISIO->Attributes()->SetFaceBoundaryDraw( Standard_True );
     anAISIO->SetDisplayMode(aDispMode);
     aContext->Display(anAISIO, aDispMode, 0, false, true, AIS_DS_Displayed);
     #ifdef TINSPECTOR