]> git.lyx.org Git - features.git/blobdiff - src/TextMetrics.cpp
Make lines more compact (less interline spacing).
[features.git] / src / TextMetrics.cpp
index 48dbdd7a69578ee98d6c09b26001e3d0a5843dfc..b9e55a34f806e2ff0ce9027731a452b5ecc0c3da 100644 (file)
@@ -1053,10 +1053,6 @@ Dimension TextMetrics::rowHeight(pit_type const pit, pos_type const first,
                maxdesc = max(maxdesc, maxfontmetrics.maxDescent());
        }
 
-       // This is nicer with box insets:
-       ++maxasc;
-       ++maxdesc;
-
        ParagraphList const & pars = text_->paragraphs();
        Inset const & inset = text_->inset();