mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
Use the right color for inactive nodes.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user