textrendering/textformatting/tagma/TMINTERP.CPP
branchRCL_3
changeset 1 e96e8a131979
parent 0 1fb32624e06b
child 16 748ec5531811
--- 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();