Always recalculate run width after breaking the run
authorBehdad Esfahbod <behdad@behdad.org>
Fri, 25 Dec 2009 15:02:34 +0000 (16:02 +0100)
committerBehdad Esfahbod <behdad@behdad.org>
Fri, 25 Dec 2009 18:22:19 +0000 (19:22 +0100)
commitd52aa9ec30e74b593eee80082bf8f27bea08246f
treebac430bc66083d3b8991fc33307e040f9ca839e8
parent2cd9c4b416cbe55dd68106003f360e861a6722be
Always recalculate run width after breaking the run

Before we only did this if justifying.  However, computing the width is
essentially free these days, so do it always.
pango/pango-layout.c