diff --git a/src/insets/ChangeLog b/src/insets/ChangeLog index f7e0a313f7..c573e0ad68 100644 --- a/src/insets/ChangeLog +++ b/src/insets/ChangeLog @@ -1,3 +1,8 @@ +2002-11-20 Juergen Vigna + + * insettabular.C (resetPos): temporary fix for endless loop in + this function on a redraw. + 2002-10-14 Juergen Vigna * insettext.C (localDispatch): remove double setUndo in Cut/Delete/ diff --git a/src/insets/insettabular.C b/src/insets/insettabular.C index 1cdbdd60c7..bad470015a 100644 --- a/src/insets/insettabular.C +++ b/src/insets/insettabular.C @@ -1539,7 +1539,7 @@ void InsetTabular::resetPos(BufferView * bv) const #warning This should be fixed in the right manner (20011128 Jug) #endif // fast hack to fix infinite repaintings! - if (in_reset_pos > 10) + if (in_reset_pos > 0) return; int cell = 0; diff --git a/status.12x b/status.12x index bc02b5413c..827ef0d779 100644 --- a/status.12x +++ b/status.12x @@ -65,6 +65,9 @@ What's new - fix lockup when changing the layout of several paragraphs at the same time (and the layout of the first paragraph is already correct) +- fix possible endless repainting when a tabular is larger than the + workarea + - fix bug with graphics files which name contain a '.' - fix bug in the xforms image loader, where images would be cropped by @@ -79,7 +82,7 @@ What's new eqnarray environment - fix bug where \limits statements (as obtained in math with M-m l) - would not be read back from the lyx file. + would not be read back from the lyx file - do not output labels in latex when numbering is off