Skip to content

Commit

Permalink
Added new icons. Refs #15368
Browse files Browse the repository at this point in the history
  • Loading branch information
palvarezlopez committed Aug 26, 2024
1 parent 3400cc3 commit 790236b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils/gui/images/GUIIconSubSys.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -931,6 +931,8 @@ GUIIconSubSys::GUIIconSubSys(FXApp* a) {
myIcons[GUIIcon::RIDE_CONTAINERSTOP] = new FXXPMIcon(a, ridecontainerstop_xpm);
myIcons[GUIIcon::RIDE_CHARGINGSTATION] = new FXXPMIcon(a, ridechargingstation_xpm);
myIcons[GUIIcon::RIDE_PARKINGAREA] = new FXXPMIcon(a, rideparkingarea_xpm);
myIcons[GUIIcon::RIDE_JUNCTION] = new FXXPMIcon(a, ridejunction_xpm);
myIcons[GUIIcon::RIDE_TAZ] = new FXXPMIcon(a, ridetaz_xpm);

myIcons[GUIIcon::CONTAINER] = new FXXPMIcon(a, container_xpm);
myIcons[GUIIcon::CONTAINERFLOW] = new FXXPMIcon(a, containerflow_xpm);
Expand Down
2 changes: 2 additions & 0 deletions src/utils/gui/images/GUIIcons.h
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,8 @@ enum class GUIIcon {
RIDE_CONTAINERSTOP,
RIDE_CHARGINGSTATION,
RIDE_PARKINGAREA,
RIDE_JUNCTION,
RIDE_TAZ,
CONTAINER,
CONTAINERFLOW,
TRANSPORT_EDGE,
Expand Down

0 comments on commit 790236b

Please sign in to comment.