Skip to content

Commit

Permalink
minor documentation. Refs #12
Browse files Browse the repository at this point in the history
  • Loading branch information
palvarezlopez committed Feb 23, 2024
1 parent f026fbb commit b044516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/netedit/GNEViewNet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ GNEViewNet::updateObjectsInPosition(const Position& pos) {
myVisualizationSettings->drawForViewObjectsHandler = true;
// draw all GL elements within the small boundary
drawGLElements(positionBoundary);
// check if sort elements by geometry points
// check if filter edges that have the mouse over their geometry points
if (myEditModes.isCurrentSupermodeNetwork() && myEditModes.networkEditMode == NetworkEditMode::NETWORK_MOVE) {
gViewObjectsHandler.isolateEdgeGeometryPoints();
}
Expand Down

0 comments on commit b044516

Please sign in to comment.