summaryrefslogtreecommitdiffstats
path: root/src/opengl/qgraphicsshadereffect.cpp
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2010-12-10 07:23:16 (GMT)
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2010-12-10 07:41:53 (GMT)
commitcedb5e0a5bb381ecfe5acc463d96a0c15abe474d (patch)
tree2a4c7d413a5c6d8c34c925207f72083e4726513b /src/opengl/qgraphicsshadereffect.cpp
parent373378b7f477190ebcd43ca0372a40f185522b0b (diff)
downloadQt-cedb5e0a5bb381ecfe5acc463d96a0c15abe474d.zip
Qt-cedb5e0a5bb381ecfe5acc463d96a0c15abe474d.tar.gz
Qt-cedb5e0a5bb381ecfe5acc463d96a0c15abe474d.tar.bz2
Missing glyphs in GL when scaling QStaticText and QML text items
Since scaled text is backed by an A8 glyph cache, it needs to repopulate even if it has previously populated the cache for the unscaled text. This means that we need to record in the userData that the type of the cache is not the same as the last time. Otherwise the A8 version of the cache will only be updated when it's created and when the text actually changes, leading to glyphs missing on screen when zooming text using a scale. Task-number: QTBUG-16012 Reviewed-by: Gunnar
Diffstat (limited to 'src/opengl/qgraphicsshadereffect.cpp')
0 files changed, 0 insertions, 0 deletions