https://bugs.kde.org/show_bug.cgi?id=520154
Akseli Lahtinen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/union/-/commit/4ffe77ad7 | |02201d2f68452dae9adad0841ea | |8bf1 Resolution|--- |FIXED Version| |6.7.0 Fixed/Implemented| | In| | Status|ASSIGNED |RESOLVED --- Comment #2 from Akseli Lahtinen <[email protected]> --- Git commit 4ffe77ad702201d2f68452dae9adad0841ea8bf1 by Akseli Lahtinen. Committed on 03/06/2026 at 14:32. Pushed by akselmo into branch 'master'. text-wrap-mode: Use QTextOption enum When investigating the word wrap value in gammaray, it turns out the value matches the ones in QTextOption::WrapMode, instead of the QML.Text equivalent. I changed the property to follow that one instead, so that we get right enum values when assigning them. Related: bug 520918 FIXED-IN: 6.7.0 M +2 -1 src/PropertiesTypes.h M +1 -1 src/StyleCache.cpp M +1 -1 src/input/css/defaults/generated-properties.css M +1 -0 src/input/css/styles/breeze/delegate.css M +1 -1 tools/propertygenerator/properties.css.j2 https://invent.kde.org/plasma/union/-/commit/4ffe77ad702201d2f68452dae9adad0841ea8bf1 -- You are receiving this mail because: You are watching all bug changes.
