mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
fix 2 dontlikes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7971 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
cf40d206dc
commit
970e98f279
@ -1,4 +1,8 @@
|
||||
|
||||
2003-10-23 Alfredo Braunstein <abraunst@libero.it>
|
||||
|
||||
* text3.C (cursorPrevious, cursorNext): fix 2 "dontlikes"
|
||||
|
||||
2003-10-23 André Pönitz <poenitz@gmx.net>
|
||||
|
||||
* RowList_fwd.h: change list<> to vector<> to gain speed
|
||||
|
@ -284,6 +284,7 @@ void LyXText::cursorPrevious()
|
||||
}
|
||||
|
||||
LyXCursor cur;
|
||||
rit = cursorRow();
|
||||
ParagraphList::iterator pit = cursorPar();
|
||||
rit = cursorRow();
|
||||
previousRow(pit, rit);
|
||||
|
Loading…
Reference in New Issue
Block a user