https://bugs.kde.org/show_bug.cgi?id=503830
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/plasma-workspace/-/commi |ma/plasma-workspace/-/commi |t/f608cf185b703ca832a1b0a56 |t/3d579c5095088ae4b781af2a3 |82cbbc8af54abac |8ef59d6356b8a63 --- Comment #5 from Nate Graham <n...@kde.org> --- Git commit 3d579c5095088ae4b781af2a38ef59d6356b8a63 by Nate Graham. Committed on 15/05/2025 at 21:29. Pushed by ngraham into branch 'Plasma/6.4'. Avoid "on" QML feature in TimezoneSelector to avoid crashes Using "on" for Animations and Behaviors for map property seems to be causing crashes when instancing the Timezone Selector multiple times. This works around that by using the "target" and "property" properties of animations. FIXED-IN: 6.4.0 (cherry picked from commit f608cf185b703ca832a1b0a5682cbbc8af54abac) 95618713 Avoid "on" QML feature in TimezoneSelector to avoid crashes Co-authored-by: Niccolò Venerandi <nicc...@venerandi.com> M +2 -2 components/timezoneselector/GeoJsonDelegate.qml M +31 -20 components/timezoneselector/TimezoneSelector.qml https://invent.kde.org/plasma/plasma-workspace/-/commit/3d579c5095088ae4b781af2a38ef59d6356b8a63 -- You are receiving this mail because: You are watching all bug changes.