Hi,

I have an app that stays on top. It is setup in the constructor of the mainwindow. Then I added a QComboBox and put items in it. When I click on combobox first time, it is working as intended. But when I click on desktop, then back to the combobox, the drop down appearing BEHIND the mainwindow.

I updated my Qt to latest version Qt 4.6.0 (based on 5.10.1) but still the problem occur. How to solve it? Or are there any workaround