https://bugs.kde.org/show_bug.cgi?id=494169
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-workspace/-/commi | |t/44358a8e724aeba3a4520be9a | |e63d6c4fec4c529 --- Comment #14 from David Edmundson <k...@davidedmundson.co.uk> --- Git commit 44358a8e724aeba3a4520be9ae63d6c4fec4c529 by David Edmundson. Committed on 16/10/2024 at 21:07. Pushed by davidedmundson into branch 'master'. klipper: Avoid creating lots of native windows in settings dialog Klipper's action dialog tries to resize itself, for that it needs a QWindow. It was using an extreme call that also makes it a native window ahead of QDialog doing it. The dialog has a widget parent which isn't separated yet due to it not being shown. The current code hits a path where QWidget tries making all child widgets of the parent widget also native windows and we get in a mess. M +1 -1 klipper/editactiondialog.cpp https://invent.kde.org/plasma/plasma-workspace/-/commit/44358a8e724aeba3a4520be9ae63d6c4fec4c529 -- You are receiving this mail because: You are watching all bug changes.