Commit 7e7dd262 authored by Florian Bruhin's avatar Florian Bruhin Committed by Allan Sandfeld Jensen
Browse files

Use Qt::ToolTip as window type for dropdown popus

In 58467ed1

, the window type for dropdown popups
was changed from Qt::ToolTip to Qt:Tool to fix issues when using a
QWebEngineView inside a modal dialog on macOS.

However, this causes a separate window to pop up at least under Linux, so we use
Qt::ToolTip again there.

Task-number: QTBUG-58488
Task-number: QTBUG-58544
Change-Id: I951b91980be89a37ee07b19fca684d13b6098af0
Reviewed-by: default avatarAlexandru Croitor <alexandru.croitor@qt.io>
Reviewed-by: default avatarMichael Brüning <michael.bruning@qt.io>
Showing with 4 additions and 0 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment