Skip to content

Commit

Permalink
Updated GNELane. Refs #13894
Browse files Browse the repository at this point in the history
  • Loading branch information
palvarezlopez committed Dec 19, 2023
1 parent b7e7461 commit 1e3b3e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/netedit/elements/network/GNELane.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -684,13 +684,13 @@ GNELane::drawGL(const GUIVisualizationSettings& s) const {
drawLinkNo(s);
// draw lock icon
GNEViewNetHelper::LockIcon::drawLockIcon(this, getType(), getPositionInView(), 1);
// draw dotted geometry
myContour.drawDottedContourExtruded(s, getLaneShape(), laneDrawingConstants.halfWidth, 1, true, true,
s.dottedContourSettings.segmentWidth);
// draw children
drawChildren(s);
// draw path additional elements
myNet->getPathManager()->drawLanePathElements(s, this);
// draw dotted geometry
myContour.drawDottedContourExtruded(s, getLaneShape(), laneDrawingConstants.halfWidth, 1, true, true,
s.dottedContourSettings.segmentWidth);
}
}

Expand Down

0 comments on commit 1e3b3e8

Please sign in to comment.