https://bugs.kde.org/show_bug.cgi?id=490183

Nicolas Fella <nicolas.fe...@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|https://invent.kde.org/fram |https://invent.kde.org/fram
                   |eworks/kio/-/commit/e0ea91a |eworks/kio/-/commit/c1ea1e2
                   |fdf0dccef7e3afbf23a159bf5a8 |a7333dea1b9b4e2a4d059473b61
                   |d6b249                      |e680b5

--- Comment #17 from Nicolas Fella <nicolas.fe...@gmx.de> ---
Git commit c1ea1e2a7333dea1b9b4e2a4d059473b61e680b5 by Nicolas Fella, on behalf
of Vlad Zahorodnii.
Committed on 19/07/2024 at 11:30.
Pushed by nicolasfella into branch 'Frameworks/6.4'.

Remove parent for DropMenu

QWidget::winId() will force creating window handles for all its ancestor
widgets unless the Qt::WA_DontCreateNativeAncestors flag is set.

For example, on wayland, this would result in creating sub-surfaces, and
depending on the client, it's likely that there are going to be issues with
painting.

On the other hand, since the DropJob takes care of setting the transient
parent for the DropMenu, the parent can be simply omitted.
(cherry picked from commit e0ea91afdf0dccef7e3afbf23a159bf5a8d6b249)

M  +2    -2    src/widgets/dropjob.cpp

https://invent.kde.org/frameworks/kio/-/commit/c1ea1e2a7333dea1b9b4e2a4d059473b61e680b5

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to