epgache: move epg cache file name to main enigma2 settings file (config.misc.epgache_...
[enigma2.git] / lib / gdi / font.cpp
index 74cda40e457214b5bd048ecf8aa5b6d8d42343e6..a5db43a9e3af99765f12ae4e91d933c5d38c1899 100644 (file)
@@ -370,7 +370,7 @@ int eTextPara::appendGlyph(Font *current_font, FT_Face current_face, FT_UInt gly
        }
 
        pGlyph ng;
-       ng.bbox.setLeft( (flags&GS_ISFIRST|cursor.x()-1)+glyph->left );
+       ng.bbox.setLeft( ((flags&GS_ISFIRST)|(cursor.x()-1))+glyph->left );
        ng.bbox.setTop( cursor.y() - glyph->top );
        ng.bbox.setWidth( glyph->width );
        ng.bbox.setHeight( glyph->height );