On Mon, Oct 10, 2005 at 07:17:54PM +0200, Lars Gullik Bjønnes wrote:
> Martin Vermeer <[EMAIL PROTECTED]> writes:
> 
> | +   int y0 = text->getPar(pit).ascent() - offset_ref_;
> 
> If y0 never changes after this point, make it const.

But it does (outside the patch): 

   1357         // Grey at the beginning is ugly
   1358         if (pit1 == 0 && y1 > 0) {
   1359                 y0 -= y1;
   1360                 y1 = 0;
   1361                 anchor_ref_ = 0;
   1362         }

- Martin
 

Attachment: pgpv1aJOYECFK.pgp
Description: PGP signature

Reply via email to