From: Asger Ottar Alstrup Date: Sat, 26 Jul 2003 19:04:03 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: 1.6.10~16465 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=1d371a287d8cb1ff04008cd7cb58876c4123b15e;p=features.git *** empty log message *** git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7366 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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 {