Use the right color for inactive nodes.

This commit is contained in:
Ansgar Becker
2012-05-21 17:14:03 +00:00
parent 1f313df20e
commit 05b832a9bb

View File

@ -6830,7 +6830,7 @@ begin
end;
end;
if (tmp=-1) or (not MySQLVariables[tmp].IsDynamic) then
TargetCanvas.Font.Color := clInactiveCaptionText
TargetCanvas.Font.Color := clGrayText
else if Column=1 then begin
Val := Results.Col(1);
if IsNumeric(Val) then