mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 11:08:41 +00:00
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:
parent
4a842aeb20
commit
3327eb85a4
@ -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>
|
2003-03-12 Angus Leeming <leeming@lyx.org>
|
||||||
|
|
||||||
* BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
|
* BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
|
||||||
|
@ -692,7 +692,6 @@ pos_type addressBreakPoint(pos_type i, Paragraph * par)
|
|||||||
// FIXME: what are we doing modifying stuff here !
|
// FIXME: what are we doing modifying stuff here !
|
||||||
par->getInset(i)->display(false);
|
par->getInset(i)->display(false);
|
||||||
}
|
}
|
||||||
++i;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return par->size();
|
return par->size();
|
||||||
|
Loading…
Reference in New Issue
Block a user