From kde-commits Tue Sep 23 15:33:48 2003 From: David Faure Date: Tue, 23 Sep 2003 15:33:48 +0000 To: kde-commits Subject: koffice/lib/kotext X-MARC-Message: https://marc.info/?l=kde-commits&m=106433552330251 CVS commit by faure: So now I know why this was there.... :} CCMAIL: 64748-done@bugs.kde.org M +1 -1 kotextformatter.cc 1.80 --- koffice/lib/kotext/kotextformatter.cc #1.79:1.80 @@ -474,5 +474,5 @@ bool KoTextFormatterCore::format() // (e.g. if there's no room at all on this line) // But we don't want to do this forever, so we check against maxY (if known) - if ( maxY > -1 ) + if ( formatLine && maxY > -1 ) { if ( parag->rect().y() + y < maxY )