diff --git a/src/plugins/platforms/xcb/nativepainting/qpaintengine_x11.cpp b/src/plugins/platforms/xcb/nativepainting/qpaintengine_x11.cpp index 743ff92654e..75da805c2d7 100644 --- a/src/plugins/platforms/xcb/nativepainting/qpaintengine_x11.cpp +++ b/src/plugins/platforms/xcb/nativepainting/qpaintengine_x11.cpp @@ -2587,7 +2587,7 @@ bool QXRenderGlyphCache::addGlyphs(const QTextItemInt &ti, } } - glyph = ft->loadGlyphFor(glyphs[i], spp, glyphFormat(), transform()); + glyph = ft->loadGlyphFor(glyphs[i], spp, glyphFormat(), transform(), QColor()); if (glyph == 0 || glyph->format != glyphFormat()) return false;