https://bugs.kde.org/show_bug.cgi?id=503582
cwo <cwo....@posteo.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/plasma-desktop/-/commit/ |ma/plasma-desktop/-/commit/ |bf2cfe5f31c2837966178fb951c |01f8cbbbc111d67e709ec9616cd |3f5cb1d824501 |b158d60e245b0 --- Comment #5 from cwo <cwo....@posteo.net> --- Git commit 01f8cbbbc111d67e709ec9616cdb158d60e245b0 by Christoph Wolk. Committed on 27/05/2025 at 19:34. Pushed by cwo into branch 'Plasma/6.4'. applets/kicker: fix Plasma.dialog being inappropriately resized Kicker reuses the current level's cascading popup when a new one is opened, rather than creatinga completely new one. This usually works out but fails if the submenu itself has a submenu - the submenu gets resized correctly, but afterwards is resized again to its previous size. The specific cause seems to be the subsubmenu hiding itself, if we instead wait until it is destroyed on the next event loop clear, the resizing doesn't happen. So let's not hide it. This seems to be fast enough even on old computers to not lead to perceptible lingering subsubmenus, and even if it did happen in some rare situations, this would seem preferable to having a menu that's the wrong size long-term. (cherry picked from commit bf2cfe5f31c2837966178fb951c3f5cb1d824501) Co-authored-by: Christoph Wolk <cwo....@posteo.net> M +0 -1 applets/kicker/package/contents/ui/ItemListDialog.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/01f8cbbbc111d67e709ec9616cdb158d60e245b0 -- You are receiving this mail because: You are watching all bug changes.