qskinny icon indicating copy to clipboard operation
qskinny copied to clipboard

Improving text node updates

Open uwerat opened this issue 7 years ago • 0 comments

There is no need to rebuild the glyph nodes in situations, where only the text colors have been changed.

This is already supported by QskPlainTextRenderer::updateNodeColor, but had been disabled in QskSkinRenderer::updateText. The reason for this was related to running into wrong update decisions in early stages of the project. In the meantime it might be obsolete as the concept for having very detailed dirty masks had been dropped.

uwerat avatar Jul 22 '17 14:07 uwerat