diff -r 1fb32624e06b -r e96e8a131979 textrendering/textformatting/tagma/TMINTERP.CPP --- a/textrendering/textformatting/tagma/TMINTERP.CPP Tue Feb 02 02:02:46 2010 +0200 +++ b/textrendering/textformatting/tagma/TMINTERP.CPP Sat Feb 20 00:37:46 2010 +0200 @@ -2124,8 +2124,7 @@ void RTmDrawingInterpreter::Draw() { - if (iClipRect.iBr.iY < TextLayoutTopLeft().iY - || (iFlags & EInvisible)) + if (iFlags & EInvisible) return; iGc.Reset();