https://bugs.kde.org/show_bug.cgi?id=508070
David Edmundson <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from David Edmundson <[email protected]> --- It's not on in the "scary font code". It's in our code. We are calling 'QTextDocument::setHtml' many many times which is a bit slow because it has a hard job, but it should only be running once per notification. The relevant binding at frame 7 is this. ``` text: "<style>a { color: " + Kirigami.Theme.linkColor + "; }</style>" + modelInterface.body ``` We are emitting Kirigami::Platform::PlatformTheme::colorsChanged mulitple times, which is wrong. PlasmaTheme::syncColors only seems to be happening once. This is 100% our side in Kirigami. -- You are receiving this mail because: You are watching all bug changes.
