pgeorges wrote:

Hi!

>> On Jun 7, 2008, at 4:08 AM, Pascal Georges wrote:
>>
>>> At line 917 of board.tcl you will see :
>>>
>>>    # Windows seems to draw the squares off by one: if
>>>    {$::windowsOS} { incr x1; incr y1; incr x2; incr y2 }
>>>    $w.bd coords sq$i $x1 $y1 $x2 $y2 }
>>>
>>> could you try changing it to
>>>
>>>    # Windows seems to draw the squares off by one: if
>>>    {1} { incr x1; incr y1; incr x2; incr y2 } $w.bd
>>>    coords sq$i $x1 $y1 $x2 $y2 }
>>>
>>> and tell us what is the result ?  This would mean
>>> windows and MacOs have the same "bug", even if my guess
>>> is that there is something miscoded somewhere.
>> The board looks better after the modification, but there
>> is one pixel still missing from the top in the 8th row.
> 
> I uploaded a RC3 (just sources) that should definitively
> correct this variable offsets between OS (and correct a
> bug many years old). It works well under Linux and
> Windows, so could MacOs users confirm that the display is
> ok now ?

Current cvs looks perfect here. Thanks :)

Note that I just commited a slight change to CC code to
smoothen ICCF support. I think it would be worthwile to set
up an RC3 at current stage also in binary.

-- 

Kind regards,                /                 War is Peace.
                             |            Freedom is Slavery.
Alexander Wagner            |         Ignorance is Strength.
                             |
                             | Theory     : G. Orwell, "1984"
                            /  In practice:   USA, since 2001

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Scid-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scid-users

Reply via email to