From: Jean-Marc Lasgouttes Date: Fri, 10 Sep 2010 10:46:14 +0000 (+0000) Subject: Make lines more compact (less interline spacing). X-Git-Tag: 2.0.0~2643 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=2a7a076f1a729180fafd748cc300a0ee7b8331e7;p=features.git Make lines more compact (less interline spacing). If there are use cases where this is useful, we can think of a better way to reintroduce this. Comments welcome. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35339 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/TextMetrics.cpp b/src/TextMetrics.cpp index 48dbdd7a69..b9e55a34f8 100644 --- a/src/TextMetrics.cpp +++ b/src/TextMetrics.cpp @@ -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();