https://bugs.kde.org/show_bug.cgi?id=494169
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/plasma-workspace/-/commi |ma/plasma-workspace/-/commi |t/44358a8e724aeba3a4520be9a |t/dcb1b27d38a84f14c79450465 |e63d6c4fec4c529 |5161e23e3d43192 --- Comment #15 from David Edmundson <k...@davidedmundson.co.uk> --- Git commit dcb1b27d38a84f14c794504655161e23e3d43192 by David Edmundson, on behalf of David Edmundson. Committed on 16/10/2024 at 21:42. Pushed by davidedmundson into branch 'Plasma/6.2'. 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. (cherry picked from commit 44358a8e724aeba3a4520be9ae63d6c4fec4c529) Co-authored-by: David Edmundson <k...@davidedmundson.co.uk> M +1 -1 klipper/editactiondialog.cpp https://invent.kde.org/plasma/plasma-workspace/-/commit/dcb1b27d38a84f14c794504655161e23e3d43192 -- You are receiving this mail because: You are watching all bug changes.