textrendering/textformatting/tagma/TMINTERP.CPP
changeset 16 56cd22a7a1cb
parent 0 1fb32624e06b
child 40 91ef7621b7fc
child 49 4d76f1414957
--- a/textrendering/textformatting/tagma/TMINTERP.CPP	Tue Feb 02 02:02:46 2010 +0200
+++ b/textrendering/textformatting/tagma/TMINTERP.CPP	Fri Apr 16 16:55:07 2010 +0300
@@ -2124,8 +2124,7 @@
 
 void RTmDrawingInterpreter::Draw()
 	{
-	if (iClipRect.iBr.iY < TextLayoutTopLeft().iY
-		|| (iFlags & EInvisible))
+	if (iFlags & EInvisible)
 		return;
 
 	iGc.Reset();