Bug: TAdvSmoothComboBox

How to reproduce:

Create a form, put a Panel and an AdvSmoothComboBox inside the Panel.
In the dpr file put the line:

Application.MainFormOnTaskbar := True;

after

Application.Initialize;

Run the app, open the dropdown list and then switch to any another app by clicking icon on taskbar.
Dropdown list will be on top of this application.