mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Issue #8: convert system colors applied by code into their theme color
This commit is contained in:
@ -333,7 +333,7 @@ procedure TfrmRoutineEditor.listParametersPaintText(Sender: TBaseVirtualTree;
|
||||
TextType: TVSTTextType);
|
||||
begin
|
||||
if (Column = 3) and (comboType.ItemIndex = 1) then
|
||||
TargetCanvas.Font.Color := clBtnShadow;
|
||||
TargetCanvas.Font.Color := GetThemeColor(clBtnShadow);
|
||||
end;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user