]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView_pimpl.C
layout file converter for layout files in old format
[lyx.git] / src / BufferView_pimpl.C
index 7b1fa8db6f6b73254b0b618b9443544de18c44fe..3902af1d596bb9fe4b6034a72157dc7fbb8e7251 100644 (file)
@@ -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();
        }