diff --git a/src/guiengine/scalable_font.cpp b/src/guiengine/scalable_font.cpp index f9f868e40..120f522cd 100644 --- a/src/guiengine/scalable_font.cpp +++ b/src/guiengine/scalable_font.cpp @@ -411,7 +411,11 @@ void ScalableFont::draw(const core::stringw& text, const core::rect* clip) { if (!Driver) return; - + + // FIXME? simple hack to never clip the text. I don't think we use that anywhere, but we DO have + // bits of letters getting clipped (e.g. the bottom of a "g") + clip = NULL; + if (m_shadow) { m_shadow = false; // avoid infinite recursion