Skip to content

[svg] Always start SvgRectsCache timer from the correct thread

David Edmundson requested to merge work/cache_fix into master

Plasma::Svg is used in from the render thread in updatePaintNode of various Plasma::*Item classes.

At this point the GUI thread is blocked, so it's probably safe, but it's still spamming the log file like crazy.

Merge request reports