Lars Gullik BjÃnnes wrote:

> END -> to end of document
> PgUp -> then it crashed. (several times PgUP)
> 
> I'll try to have a look later.
> 
> But if anyone knows what happens please tell.

This should fix it. Could you confirm?

(we need the outscreen parts to be drawn with nullpainter to have their
coordinates)

Regards, Alfredo
Index: insettabular.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/insets/insettabular.C,v
retrieving revision 1.447
diff -u -p -r1.447 insettabular.C
--- insettabular.C	3 Dec 2004 13:57:50 -0000	1.447
+++ insettabular.C	3 Dec 2004 21:03:54 -0000
@@ -283,11 +283,6 @@ void InsetTabular::draw(PainterInfo & pi
 		int const a = tabular.getAscentOfRow(i);
 		int const d = tabular.getDescentOfRow(i);
 		idx = tabular.getCellNumber(i, 0);
-		if (y + d <= 0 && y - a < pi.pain.paperHeight()) {
-			y += d	+ tabular.getAscentOfRow(i + 1)
-				+ tabular.getAdditionalHeight(i + 1);
-			continue;
-		}
 		for (col_type j = 0; j < tabular.columns(); ++j) {
 			if (tabular.isPartOfMultiColumn(i, j))
 				continue;

Reply via email to