mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 17:59:16 +02:00
reduced debugging
git-svn-id: trunk@23200 -
This commit is contained in:
parent
e77c7bec7b
commit
219deb34a5
@ -8043,7 +8043,7 @@ var
|
|||||||
begin
|
begin
|
||||||
AState := cbUnchecked;
|
AState := cbUnchecked;
|
||||||
GetCheckBoxState(aCol, aRow, aState);
|
GetCheckBoxState(aCol, aRow, aState);
|
||||||
DebugLn(['TCustomDrawGrid.DrawCellCheckboxBitmaps ',aCol,' ',aRow,' State=',ord(aState)]);
|
//DebugLn(['TCustomDrawGrid.DrawCellCheckboxBitmaps ',aCol,' ',aRow,' State=',ord(aState)]);
|
||||||
DrawGridCheckboxBitmaps(aRect, aState);
|
DrawGridCheckboxBitmaps(aRect, aState);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user