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:
alexs75
2010-02-22 23:19:24 +00:00
parent c1049b4a6b
commit 517b938426
6 changed files with 542 additions and 217 deletions

View File

@@ -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);