Skip to content
Snippets Groups Projects
Commit ff74fc7e authored by Markus Frank's avatar Markus Frank
Browse files

Fix for root version < 5.34.9

parent 3dfcdb1a
No related branches found
No related tags found
No related merge requests found
......@@ -338,7 +338,9 @@ void LCDDImp::endDocument() {
worldVis.setColor(1.0, 1.0, 1.0);
worldVis.setLineStyle(VisAttr::SOLID);
worldVis.setDrawingStyle(VisAttr::WIREFRAME);
#ifndef DD4HEP_EMULATE_TGEOEXTENSIONS
m_worldVol.setVisAttributes(worldVis);
#endif
add(worldVis);
/// Since we allow now for anonymous shapes,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment