https://bugs.kde.org/show_bug.cgi?id=461438
Volker Krause <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/pim/ | |itinerary/commit/e6e4beba76 | |fa287b23d5e1de08eac8bfc1beb | |4e6 Resolution|--- |FIXED Status|CONFIRMED |RESOLVED Version Fixed In| |22.12.0 --- Comment #5 from Volker Krause <[email protected]> --- Git commit e6e4beba76fa287b23d5e1de08eac8bfc1beb4e6 by Volker Krause. Committed on 07/11/2022 at 16:06. Pushed by vkrause into branch 'release/22.12'. Move driving side label computation to C++ The driving side enum is a uint8_t, which QML apparently doesn't like and we thus end up with arbitrary values there. As the "driving side changed" flag is correct, and due to the way the driving side enum was queried we ended up with "left" for any bogus value. That is however only wrong if your native driving side is left as well. FIXED-IN: 22.12.0 M +1 -3 src/app/LocationInfoDelegate.qml M +10 -0 src/app/locationinformation.cpp M +6 -0 src/app/locationinformation.h https://invent.kde.org/pim/itinerary/commit/e6e4beba76fa287b23d5e1de08eac8bfc1beb4e6 -- You are receiving this mail because: You are watching all bug changes.
