mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
Comment layout change
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10538 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
79cb7974de
commit
5f2c80bee8
@ -1389,7 +1389,8 @@ ViewMetricsInfo BufferView::Pimpl::metrics(bool singlepar)
|
||||
y += text->getPar(pit).descent();
|
||||
}
|
||||
|
||||
if (singlepar) { // collect cursor paragraph iter bounds
|
||||
if (singlepar) {
|
||||
// collect cursor paragraph iter bounds
|
||||
pit1 = cursor_.bottom().pit();
|
||||
pit2 = cursor_.bottom().pit();
|
||||
}
|
||||
|
@ -1,3 +1,7 @@
|
||||
2005-10-11 Martin Vermeer <martin.vermeer@hut.fi>
|
||||
|
||||
* BufferView_pimpl.C: comment layout change
|
||||
|
||||
2005-10-07 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
|
||||
|
||||
* LyXAction.C:
|
||||
|
Loading…
Reference in New Issue
Block a user