Skip to content

Commit

Permalink
typo refs #2
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Mar 4, 2024
1 parent 6dcffc0 commit 86a5376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/gui/windows/GUISUMOAbstractView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1277,7 +1277,7 @@ GUISUMOAbstractView::openObjectDialogAtCursor(const FXEvent* ev) {
// if filteredObjectsUnderCursor, inspect net
openObjectDialog({GUIGlObjectStorage::gIDStorage.getNetObject()}, true);
} else if (altKeyPressed) {
// inspect all objects under cusror
// inspect all objects under cursor
openObjectDialog(filteredObjectsUnderCursor, false);
} else if (filteredDemandElements.size() > 0) {
// inspect only demand elements
Expand Down

0 comments on commit 86a5376

Please sign in to comment.