reduced debugging

git-svn-id: trunk@23200 -
This commit is contained in:
mattias 2009-12-19 23:42:48 +00:00
parent e77c7bec7b
commit 219deb34a5

View File

@ -8043,7 +8043,7 @@ var
begin
AState := cbUnchecked;
GetCheckBoxState(aCol, aRow, aState);
DebugLn(['TCustomDrawGrid.DrawCellCheckboxBitmaps ',aCol,' ',aRow,' State=',ord(aState)]);
//DebugLn(['TCustomDrawGrid.DrawCellCheckboxBitmaps ',aCol,' ',aRow,' State=',ord(aState)]);
DrawGridCheckboxBitmaps(aRect, aState);
end;