]> git.lyx.org Git - features.git/commitdiff
*** empty log message ***
authorAsger Ottar Alstrup <alstrup@lyx.org>
Sat, 26 Jul 2003 19:04:03 +0000 (19:04 +0000)
committerAsger Ottar Alstrup <alstrup@lyx.org>
Sat, 26 Jul 2003 19:04:03 +0000 (19:04 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7366 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/ChangeLog
src/insets/insettext.C

index 976f4059770c9cf933a9bf5645aaa85d3a4995c2..4f2f8de823e200c4e757ea9a23fa97b3b8b5720d 100644 (file)
@@ -1,3 +1,9 @@
+2003-07-26  Asger Alstrup  <alstrup@local>
+
+       * insettext.C (reinitLyXText): Get rid of updateLocal which causes
+       the undo crashes. We'll see what problems other places this will
+       cause.
+
 2003-07-26  Angus Leeming  <leeming@lyx.org>
 
        * insetgraphics.C: remove unused declaration of system_tempdir.
index e5dad6786a23b928e03186af38ccd86e7962f51b..bc94cbd49864e70232f6b8670bf8820a51332560 100644 (file)
@@ -1991,7 +1991,6 @@ void InsetText::reinitLyXText() const
        }
        text_.top_y(bv->screen().topCursorVisible(&text_));
        if (!owner()) {
-               const_cast<InsetText*>(this)->updateLocal(bv, FULL, false);
                // this will scroll the screen such that the cursor becomes visible
                bv->updateScrollbar();
        } else {