No more needed (but doesn't buy much, either...)
Andre'
? 1.diff
? 1.diff.gz
? 2.diff
? 3.diff
? ?t
? fullredraw.diff
? par-row.diff
? tabular-il.diff
? textcache.diff
? insets/.insettext.C.swp
? insets/1.diff
? mathed/cursor.diff
? support/1.diff
Index: insets/insettext.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/insets/insettext.C,v
retrieving revision 1.552
diff -u -p -r1.552 insettext.C
--- insets/insettext.C 24 Nov 2003 16:26:55 -0000 1.552
+++ insets/insettext.C 24 Nov 2003 16:51:11 -0000
@@ -596,12 +596,9 @@ RowList::iterator InsetText::crow() cons
void InsetText::setViewCache(BufferView const * bv) const
{
- if (bv) {
- if (bv != text_.bv_owner) {
- //lyxerr << "setting view cache from "
- // << text_.bv_owner << " to " << bv << "\n";
- text_.init(const_cast<BufferView *>(bv));
- }
+ if (bv && bv != text_.bv_owner) {
+ //lyxerr << "setting view cache from "
+ // << text_.bv_owner << " to " << bv << "\n";
text_.bv_owner = const_cast<BufferView *>(bv);
}
}