In Unit ElCombox.pas we remove following lines in methode TCustomElComboBox.PaintText to get correct drawing:
if LMDSIWindowsVistaUp and Focused and (Style = csDropDownList) and IsThemed then
begin
LOldBkColor := FocusedSelectTextColor;
FFocusedSelectTextColor := Font.Color;
inherited;
FFocusedSelectTextColor := LOldBkColor;
end
else
Comments