Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion

Fix Theme-Drawing for TElComboBox

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

Sign In or Register to comment.