mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
*** 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:
parent
8f90cc97a6
commit
1d371a287d
@ -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.
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user