You've already forked lazarus-ccr
fix draw images in RxColumns if dgTitles or dgIndicatos is off
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1163 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -1588,7 +1588,7 @@ begin
|
||||
end;}
|
||||
end
|
||||
else
|
||||
if not ((gdFixed in aState) or (aCol=0) or (aRow=0)) then
|
||||
if not ((gdFixed in aState) or ((aCol=0) and (dgIndicator in Options)) or ((aRow=0) and (dgTitles in Options))) then
|
||||
begin
|
||||
|
||||
PrepareCanvas(aCol, aRow, aState);
|
||||
|
||||
Reference in New Issue
Block a user