From 1d371a287d8cb1ff04008cd7cb58876c4123b15e Mon Sep 17 00:00:00 2001 From: Asger Ottar Alstrup Date: Sat, 26 Jul 2003 19:04:03 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7366 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/ChangeLog | 6 ++++++ src/insets/insettext.C | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/insets/ChangeLog b/src/insets/ChangeLog index 976f405977..4f2f8de823 100644 --- a/src/insets/ChangeLog +++ b/src/insets/ChangeLog @@ -1,3 +1,9 @@ +2003-07-26 Asger Alstrup + + * 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 * insetgraphics.C: remove unused declaration of system_tempdir. diff --git a/src/insets/insettext.C b/src/insets/insettext.C index e5dad6786a..bc94cbd498 100644 --- a/src/insets/insettext.C +++ b/src/insets/insettext.C @@ -1991,7 +1991,6 @@ void InsetText::reinitLyXText() const } text_.top_y(bv->screen().topCursorVisible(&text_)); if (!owner()) { - const_cast(this)->updateLocal(bv, FULL, false); // this will scroll the screen such that the cursor becomes visible bv->updateScrollbar(); } else { -- 2.39.2