Skip to content

Commit

Permalink
Fixed #13667
Browse files Browse the repository at this point in the history
  • Loading branch information
palvarezlopez committed Jul 28, 2023
1 parent 0957722 commit ace101f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/netedit/elements/additional/GNEPoly.cpp
Expand Up @@ -319,7 +319,7 @@ GNEPoly::drawGL(const GUIVisualizationSettings& s) const {
}
} else {
// draw inner polygon
GUIPolygon::drawInnerPolygon(s, this, this, myPolygonGeometry.getShape(), 0, getFill(), drawUsingSelectColor());
GUIPolygon::drawInnerPolygon(s, this, this, myPolygonGeometry.getShape(), 0, getFill(), myTagProperty.isJuPedSimElement()? false : drawUsingSelectColor());
}
} else {
// push matrix
Expand Down

0 comments on commit ace101f

Please sign in to comment.