Israel Chauca a écrit :
>
> 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 ?

Pascal


-------------------------------------------------------------------------
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