Re: [lazarus] Grids fixes

2006-03-06 Thread Jesus Reyes
- Original Message - From: Colin Western [EMAIL PROTECTED] To: lazarus@miraclec.com Sent: Saturday, March 04, 2006 12:55 PM Subject: [lazarus] Grids fixes The attached fixes two problems I noticed that were exposed with a small display area for a grid: 1. A range check error

[lazarus] Grids fixes

2006-03-04 Thread Colin Western
The attached fixes two problems I noticed that were exposed with a small display area for a grid: 1. A range check error if compiled with checks on 2. A hang on scrolling two a particular cell if it is not possible to show all of the cell Colin diff -uNr lazarus/lcl/grids.pas

Re: [lazarus] Grids fixes

2006-03-04 Thread Jesus Reyes
--- Colin Western [EMAIL PROTECTED] escribió: The attached fixes two problems I noticed that were exposed with a small display area for a grid: 1. A range check error if compiled with checks on @@ -2162,7 +2162,8 @@ {$endif} ScrollInfo.nMin := 0; ScrollInfo.nMax :=

Re: [lazarus] Grids fixes

2006-03-04 Thread Jesus Reyes
--- Colin Western [EMAIL PROTECTED] escribió: The attached fixes two problems I noticed that were exposed with a small display area for a grid: 1. A range check error if compiled with checks on I couldn't reproduce this problem (in linux) how can I do to reproduce? if aPage0 then