--- a/src/opengl/gl2paintengineex/qtextureglyphcache_gl.cpp Fri Jun 11 14:24:45 2010 +0300
+++ b/src/opengl/gl2paintengineex/qtextureglyphcache_gl.cpp Wed Jun 23 19:07:03 2010 +0300
@@ -246,4 +246,9 @@
#endif
}
+int QGLTextureGlyphCache::glyphPadding() const
+{
+ return 1;
+}
+
QT_END_NAMESPACE