https://bugs.kde.org/show_bug.cgi?id=503582
cwo <cwo....@posteo.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-desktop/-/commit/ | |bf2cfe5f31c2837966178fb951c | |3f5cb1d824501 --- Comment #4 from cwo <cwo....@posteo.net> --- Git commit bf2cfe5f31c2837966178fb951c3f5cb1d824501 by Christoph Wolk. Committed on 27/05/2025 at 18:32. Pushed by cwo into branch 'master'. 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. M +0 -1 applets/kicker/package/contents/ui/ItemListDialog.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/bf2cfe5f31c2837966178fb951c3f5cb1d824501 -- You are receiving this mail because: You are watching all bug changes.