Skip to content

Commit

Permalink
Minor fix in GNECrossing. Addendum to #13992
Browse files Browse the repository at this point in the history
  • Loading branch information
palvarezlopez committed Dec 6, 2024
1 parent 4134ee9 commit c8e77ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/netedit/elements/network/GNECrossing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ GNECrossing::drawCrossing(const GUIVisualizationSettings& s, const GUIVisualizat
if (d <= GUIVisualizationSettings::Detail::JunctionElementDetails) {
drawCrossingDetailed(width, exaggeration);
} else {
GLHelper::drawBoxLines(myCrossingGeometry.getShape(), width);
GUIGeometry::drawGeometry(d, myCrossingGeometry, width);
}
// draw shape points only in Network supemode
if (myShapeEdited && myNet->getViewNet()->getEditModes().isCurrentSupermodeNetwork() &&
Expand Down

0 comments on commit c8e77ca

Please sign in to comment.