Fix newline in right address

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6473 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2003-03-12 23:19:09 +00:00
parent 4a842aeb20
commit 3327eb85a4
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-03-12 John Levon <levon@movementarian.org>
* text.C: fix newline in right address
2003-03-12 Angus Leeming <leeming@lyx.org>
* BufferView_pimpl.C (dispatch): remove LFUNs from switch as they

View File

@ -692,7 +692,6 @@ pos_type addressBreakPoint(pos_type i, Paragraph * par)
// FIXME: what are we doing modifying stuff here !
par->getInset(i)->display(false);
}
++i;
}
return par->size();