*** empty log message ***

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7366 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Asger Ottar Alstrup 2003-07-26 19:04:03 +00:00
parent 8f90cc97a6
commit 1d371a287d
2 changed files with 6 additions and 1 deletions

View 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.

View 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 {