diff options
author | Aleksandar Sasha Babic <aleksandar.babic@nokia.com> | 2009-05-18 07:55:59 (GMT) |
---|---|---|
committer | Aleksandar Sasha Babic <aleksandar.babic@nokia.com> | 2009-05-18 07:55:59 (GMT) |
commit | b1ed2310319fc8b7144d07d420c8cb4fd1ac68d2 (patch) | |
tree | 239bc5e044c15ee7ef1247da1d9e55f35ee82d17 /src/gui/text/qfontengine_s60.cpp | |
parent | e0269d21b32e0b2bc3aec55ab3c66e275a0f7301 (diff) | |
parent | a4325ca962eaab534b98d494da5d273d0929491a (diff) | |
download | Qt-b1ed2310319fc8b7144d07d420c8cb4fd1ac68d2.zip Qt-b1ed2310319fc8b7144d07d420c8cb4fd1ac68d2.tar.gz Qt-b1ed2310319fc8b7144d07d420c8cb4fd1ac68d2.tar.bz2 |
Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public
Diffstat (limited to 'src/gui/text/qfontengine_s60.cpp')
-rw-r--r-- | src/gui/text/qfontengine_s60.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/text/qfontengine_s60.cpp b/src/gui/text/qfontengine_s60.cpp index 580291a..eec09f4 100644 --- a/src/gui/text/qfontengine_s60.cpp +++ b/src/gui/text/qfontengine_s60.cpp @@ -234,7 +234,7 @@ glyph_metrics_t QFontEngineS60::boundingBox_const(glyph_t glyph) const glyphBounds.Width(), glyphBounds.Height(), metrics.HorizAdvance(), - metrics.VertAdvance() + 0 ); return result; } |