Hello,
we have an issue with the TElComboBox (latest release, Delphi 13 Win64):
First is how it is displayed at runtime, second is how it is displayed at design-time (as we want it to look at runtime also).
ThemeMode := ttmNone;
Color := $003F3F3F;
ButtonColor := $003F3F3F;
ButtonArrowColor := $00FC9F2E;
If we call
ElComboBox1.ThemeMode := ttmNative;
ElComboBox1.ThemeMode := ttmNone;
at runtime, it will be displayed properly.
Any ideas?
Best regards
Andreas