In procedure TCustomElEdit.Paint;
we have to change the line
if LMDApplication.ThemeUseColorProperty and not (LMDSIWindowsVistaUp and self.InheritsFrom(TCustomElComboBox) and (TElComboBox(self).Style = csDropDownList)) then //vb aug 2009
if LMDApplication.ThemeUseColorProperty then
to get a correct drawing in all circumstances.
Please check our modification.
Comments