Re: commit: Fix border drawing


Subject: Re: commit: Fix border drawing
From: Dom Lachowicz (cinamod@hotmail.com)
Date: Thu Mar 29 2001 - 18:05:36 CST


Done. Martin, can you fix the scrolling bug please? I'm stumped beyond
belief. Too much time looking at the problem, I think.

Dom

>From: "Mike Nordell" <tamlin@algonet.se>
>To: "AbiWord-dev" <abiword-dev@abisource.com>
>Subject: Re: commit: Fix border drawing
>Date: Fri, 30 Mar 2001 01:58:15 +0200
>
>Paul Rohr wrote:
> > we may want to check the
> > math to see if this is a side effect of Mike Nordell's recent work to
>speed
> > up the drawline calls.
>
>Crap, it is. Thanks for the heads up.
>
>I can't commit right now. Can someone please change
> nLineWidth + (!bVert ? x2 - x1 : 0),
> nLineWidth + ( bVert ? y2 - y1 : 0));
>
>to
>
> nLineWidth + (!bVert ? x2 - x1 - 1: 0),
> nLineWidth + ( bVert ? y2 - y1 - 1: 0));
>
>In the fillRect call in GR_Win32Graphics::drawLine ? Thanks.
>
>/Mike
>
>

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com



This archive was generated by hypermail 2b25 : Thu Mar 29 2001 - 18:05:44 CST