Skip to content

Commit

Permalink
exchange ParkingArea and ChargingStation drawing order ref #15826
Browse files Browse the repository at this point in the history
Signed-off-by: m-kro <m.barthauer@t-online.de>
  • Loading branch information
m-kro committed Dec 6, 2024
1 parent c99319d commit 041d17e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/utils/gui/globjects/GUIGlObjectTypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
/// @author Daniel Krajzewicz
/// @author Jakob Erdmann
/// @author Michael Behrisch
/// @author Mirko Barthauer
/// @date Sept 2002
///
// A list of object types which may be displayed within the gui
Expand Down Expand Up @@ -80,10 +81,10 @@ enum GUIGlObjectType {
GLO_TRAIN_STOP = 103,
/// @brief a containerStop
GLO_CONTAINER_STOP = 104,
/// @brief a chargingStation
GLO_CHARGING_STATION = 105,
/// @brief a ParkingArea
GLO_PARKING_AREA = 106,
GLO_PARKING_AREA = 105,
/// @brief a chargingStation
GLO_CHARGING_STATION = 106,
/// @brief reserved GLO type for packing all StoppingPlace elements
GLO_STOPPING_PLACE_LAST = 107,
/// @brief a ParkingSpace
Expand Down

0 comments on commit 041d17e

Please sign in to comment.