https://bugs.kde.org/show_bug.cgi?id=492326
Harald Sitter <sit...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/util |https://invent.kde.org/util |ities/filelight/-/commit/b0 |ities/filelight/-/commit/5b |45a7bb5542df5b0de8f694d2733 |16809b27e9cc5dd33be68a6629c |c9dfc91e3d9 |1582ebc534b --- Comment #4 from Harald Sitter <sit...@kde.org> --- Git commit 5b16809b27e9cc5dd33be68a6629c1582ebc534b by Harald Sitter. Committed on 18/09/2024 at 15:23. Pushed by sitter into branch 'release/24.08'. shapes: force an update after processing there is apparently a race condition somewhere inside the curve renderer that leads to it not updating when points change. force an update of the path by changing the fillcolor just after entering ready status. has the unfortunate side effect that the map jumps ever so slightly after inital rendering. still better than incorrect drawing though. we do need curve renderer for it's superior curve rendering capabilities, otherwise we'd get poor antialiasing. https://bugreports.qt.io/browse/QTBUG-128637 (cherry picked from commit b045a7bb5542df5b0de8f694d2733c9dfc91e3d9) M +16 -1 src/qml/CenterShape.qml M +17 -1 src/qml/SegmentShape.qml https://invent.kde.org/utilities/filelight/-/commit/5b16809b27e9cc5dd33be68a6629c1582ebc534b -- You are receiving this mail because: You are watching all bug changes.