What could go wrong after applying the following?
Index: insets/insettext.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/insets/insettext.C,v
retrieving revision 1.443
diff -u -p -r1.443 insettext.C
--- insets/insettext.C 22 Jul 2003 10:12:24 -0000 1.443
+++ insets/insettext.C 22 Jul 2003 15:03:17 -0000
@@ -1950,6 +1950,8 @@ void InsetText::resizeLyXText(BufferView
text_.init(bv);
restoreLyXTextState();
+#if 0
+ // seems this is not really needed
if (the_locking_inset) {
inset_x = cix(bv) - top_x + drawTextXOffset;
inset_y = ciy() + drawTextYOffset;
@@ -1963,6 +1965,7 @@ void InsetText::resizeLyXText(BufferView
} else {
need_update |= FULL;
}
+#endif
}
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...)