Does anybody find obvious regressions with respect to current cvs after applying the attached patch?
Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson or B. Franklin or both...)
? insets/1.diff Index: text.C =================================================================== RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/text.C,v retrieving revision 1.400 diff -u -p -r1.400 text.C --- text.C 31 Jul 2003 13:38:05 -0000 1.400 +++ text.C 31 Jul 2003 13:41:12 -0000 @@ -150,6 +150,8 @@ int LyXText::workWidth() const int LyXText::workWidth(InsetOld const * inset) const { + return -1; +/* ParagraphList::iterator par = ownerParagraphs().begin(); ParagraphList::iterator end = ownerParagraphs().end(); for ( ; par != end; ++par) @@ -189,6 +191,7 @@ int LyXText::workWidth(InsetOld const * ++frow; } return maxw ? maxw : workWidth(); +*/ }