mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 05:19:31 +02:00
reduced debugging
git-svn-id: trunk@23200 -
This commit is contained in:
parent
e77c7bec7b
commit
219deb34a5
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user