Skip to content

Commit

Permalink
fixed invalid tag properties. refs #14296
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Mar 11, 2024
1 parent a22ee8b commit b29ef46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/netedit/elements/GNEAttributeCarrier.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4710,7 +4710,7 @@ GNEAttributeCarrier::fillContainerStopElements() {
myTagProperties[currentTag] = GNETagProperties(currentTag,
GNETagProperties::TagType::DEMANDELEMENT | GNETagProperties::TagType::CONTAINERPLAN | GNETagProperties::TagType::STOPCONTAINER,
GNETagProperties::TagProperty::CHILD | GNETagProperties::TagProperty::NOPARAMETERS,
GNETagProperties::TagParents::PLAN_FROM_CONTAINERSTOP,
GNETagProperties::TagParents::PLAN_CONTAINERSTOP,
GNETagProperties::Conflicts::NO_CONFLICTS,
GUIIcon::STOPELEMENT, SUMO_TAG_STOP, TL("Stop: containerStop"),
{SUMO_TAG_CONTAINER, SUMO_TAG_CONTAINERFLOW}, FXRGBA(255, 213, 213, 255));
Expand Down

0 comments on commit b29ef46

Please sign in to comment.