Skip to content

Commit

Permalink
Fixed hierarchically problem with Acces after Recomputing with volati…
Browse files Browse the repository at this point in the history
…le options. Refs #4018
  • Loading branch information
palvarezlopez committed Jun 11, 2018
1 parent d401661 commit b56e9d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/netedit/additionals/GNEAdditionalHandler.cpp
Expand Up @@ -1359,6 +1359,7 @@ GNEAdditionalHandler::buildAccess(GNEViewNet* viewNet, bool allowUndoRedo, GNEBu
} else {
viewNet->getNet()->insertAdditional(access);
lane->addAdditionalChild(access);
busStop->addAdditionalChild(access);
access->incRef("buildAccess");
}
return true;
Expand Down

0 comments on commit b56e9d0

Please sign in to comment.