Difference in style on components

OS: Debian 10 LXDE 64bit
Lazarus 2.0.12
FPC 3.2.0

I loaded style on the form

procedure TForm1.FormCreate(Sender: TObject);
begin
TMSFNCStylesManager1.LoadStyleFromFile('TTMSFNCStyle_FNC_Dark.style');
end;

TMSFNCFontNamePicker1 and TMSFNCFontSizePicker1
Style is not applied to the list
StilListe2

TMSFNCComboBox1
if the row is not marked, no data is visible

TMSFNCSearchList1
Style is not applied to the list
StilListe

We'll investigate this here as soon as possible.

Hi,

The reason why the list box is not styled is because the style is of a TListBox is not included in the FNC style. It's also unclear if a TListBox under Lazarus can be styled in the same way as we do with FNC. We'll see if we can improve this behavior.

Thanks Pieter,

All are components of FNC
Probably you use TListBox in them.
Of the options, I will do a selection of components to use

Yes, some components use TListBox as a dropdown control.