PathGui: show path marker in front of path wire
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user