PathGui: show path marker in front of path wire

This commit is contained in:
Zheng, Lei
2017-03-21 19:14:34 +08:00
committed by wmayer
parent 5e9d9af51e
commit 0c68b691c5

View File

@@ -195,8 +195,8 @@ void ViewProviderPath::attach(App::DocumentObject *pcObj)
pcMarkerSwitch->addChild(markersep);
SoSeparator* pcPathRoot = new SoSeparator();
pcPathRoot->addChild(linesep);
pcPathRoot->addChild(pcMarkerSwitch);
pcPathRoot->addChild(linesep);
pcPathRoot->addChild(pcArrowSwitch);
addDisplayMaskMode(pcPathRoot, "Waypoints");